Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

LabSci GALib optimisation by genetic algorithms, student version Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
gal::Chromosome< T >Represents a chromosome that models a value of any type T
gal::GrayCodeChromosome< T >Class GrayCodeChromosome has one additional encoding between the raw bits and the represented value
gal::IntChromosomeClass IntChromosome implements a Chromosome<int> that represents a natural number
gal::IntGCChromosomeClass IntGCChromosome implements a Chromosome<int> that represents a natural number
gal::MaxIntProblemMaximises an integer parameter (basic GA test) The chromosome with all 1's in its bitstring is the best
paramstructA struct with all necessary parameters to initialise an optimisation Problem and a Population
gal::Population< T >Population is the center of an optimisation run: it contains all Chromosome members, the Problem at hand, and evolves the population through many generations
gal::Problem< T >Contains information on the problem that is to be solved with GA

Generated on Tue Oct 20 12:59:23 2009 for LabSci GALib optimisation by genetic algorithms, student version by  doxygen 1.3.9.1