Files | |
file | Chromosome.h |
Contains the gal::Chromosome class, which serves as the base class for more specific Chromosome types. | |
file | galib.h |
file | GrayCodeChromosome.h |
Contains the gal::GrayCodeChromosome class, which uses Gray encoding for 'smoother' mutation. | |
file | IntChromosome.h |
Contains the gal::IntChromosome class, which represents a natural number. | |
file | IntGCChromosome.h |
Contains the gal::IntGCChromosome class, which represents a natural number using Gray encoding. | |
file | Population.h |
Contains the gal::Population class, which should be instantiated in end-user programs. | |
file | Problem.h |
Contains the gal::Problem class, which specifies the optimisation problem. | |
file | Util.h |
Set of utitily functions, independent of any GA class. |