Chromosome.h [code] | Contains the gal::Chromosome class, which serves as the base class for more specific Chromosome types |
galib.h [code] | |
galsample.h [code] | Combines all files and settings for a basic GALib run |
GrayCodeChromosome.h [code] | Contains the gal::GrayCodeChromosome class, which uses Gray encoding for 'smoother' mutation |
IntChromosome.h [code] | Contains the gal::IntChromosome class, which represents a natural number |
IntGCChromosome.h [code] | Contains the gal::IntGCChromosome class, which represents a natural number using Gray encoding |
MaxIntProblem.h [code] | Contains the gal::MaxIntProblem class, which finds the maximal representable int |
Population.h [code] | Contains the gal::Population class, which should be instantiated in end-user programs |
Problem.h [code] | Contains the gal::Problem class, which specifies the optimisation problem |
Util.h [code] | Set of utitily functions, independent of any GA class |