swarm-modeling
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Interfacing GALib to Swarm


From: J.J. Merelo Guervos
Subject: Interfacing GALib to Swarm
Date: Fri, 10 Oct 97 08:22:58 +0100

>>>>> "Rob" == Rob Kewley <address@hidden> writes:

Hi,

    Rob> While the existing Breeder-1.0 library does provide this
    Rob> capability, it restricts the user to binary representations

It does not. You can implement different representations by
1. Implementing the protocols in a different way.
2. Subclassing the Chromosome
3. Writing a new one altogether, and using the Population class


    Rob> more versatility.  GALib from MIT, provides this versatility

    Rob>        see http://lancet.mit.edu/ga/

It does so through templates. Which means that, once again, you have
to write your own class, with the restrictions that templates impose
on it (a restriction very similar to the one imposed by protocols).

But, going back to the principles, there's not much that can be done
with non-binary chromosomes that can be done with other kind of
chromosomes.

You could also try http://kal-el.ugr.es/~jmerelo/GAJS.html (in
JavaScript, probably easier to port to ObjC), and
http://kal-el.ugr.es/GAGS (once again, only binary representation).

See ya!

                        JJ

-- 
JJ Merelo                         | http://kal-el.ugr.es/htbin/jj-plex
Grupo Geneura ---- Univ. Granada  | http://kal-el.ugr.es/



                  ==================================
   Swarm-Modelling is for discussion of Simulation and Modelling techniques
   esp. using Swarm.  For list administration needs (esp. [un]subscribing),
   please send a message to <address@hidden> with "help" in the
   body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]