MOGAL

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
mogal::GAFactoryA genetic algorithm factory, which contains all problem-specific code
mogal::GAFactoryDefaultsHelper class for single-objective and multi-objective base classes
mogal::GAFactoryMultiObjectiveContains functions which can be used in a multi-objective genetic algorithm
mogal::GAFactoryParamsBase class for the parameters of a genetic algorithm factory
mogal::GAFactorySingleObjectiveContains implementations for a normal, single-objective genetic algorithm
mogal::GAModuleClass for loading a genetic algorithm factory
mogal::GeneticAlgorithmInterface for running a genetic algorithm
mogal::GeneticAlgorithmParamsGeneric parameters for a genetic algorithm
mogal::GenomeInterface for a genome in the genetic algorithm
mogal::GenomeWrapperWrapper class to sort genomes and to track their evolution
mogal::ModuleBaseHelper class for loading modules
mogal::MPIGeneticAlgorithmInterface for running a genetic algorithm of which the genome fitnesses are calculated in a distributed way using MPI
mogal::RandomNumberGeneratorAbstract interface for a random number generator