Genetic Algorithms Repository
Resources
Click on the the following links with your right mouse button and choose the "save as" option to save this as a file.
GA Code,
tarred and gzipped. This is a C version of Goldberg's simple GA code from his book.
No warranties
Browse the code
C++ GA code
. Two evaluation functions: OneMax and xSquared.
To run on 10 bit xSquared: cd src; make; ./ga
Browse the code
Augmented GA code
and a corresponding
input file
. With a kind of elitist selection (CHC), a generalized n-point crossover operator, and other goodies.
Parallel GA code
with a corresponding
help file
.
Advanced version of the Parallel GA code above
.
NEW
CIGAR
code.
Can also run as a genetic algorithm.
Browse the code
Simple Classifier System code
. Tarred and Compressed.
Sushil Louis