MOGAL
|
mogal::GAFactory | A genetic algorithm factory, which contains all problem-specific code |
mogal::GAFactoryDefaults | Helper class for single-objective and multi-objective base classes |
mogal::GAFactoryMultiObjective | Contains functions which can be used in a multi-objective genetic algorithm |
mogal::GAFactoryParams | Base class for the parameters of a genetic algorithm factory |
mogal::GAFactorySingleObjective | Contains implementations for a normal, single-objective genetic algorithm |
mogal::GAModule | Class for loading a genetic algorithm factory |
mogal::GeneticAlgorithm | Interface for running a genetic algorithm |
mogal::GeneticAlgorithmParams | Generic parameters for a genetic algorithm |
mogal::Genome | Interface for a genome in the genetic algorithm |
mogal::GenomeWrapper | Wrapper class to sort genomes and to track their evolution |
mogal::ModuleBase | Helper class for loading modules |
mogal::MPIGeneticAlgorithm | Interface for running a genetic algorithm of which the genome fitnesses are calculated in a distributed way using MPI |
mogal::RandomNumberGenerator | Abstract interface for a random number generator |