1 #ifndef CSTANDARDPROPAGATION_H
2 #define CSTANDARDPROPAGATION_H
33 #endif // CSTANDARDPROPAGATION_H
The base class for the population of a genetic algorithm, implements storage and access functions...
GeneralSelect is the abstract base class for any selection mechanism in genetic algorithms.
The base class for genetic algorithm propagation methods.
StandardPropagation(GeneralSelect *const LocalSelect, GeneralPopulation *const LocalPopulation, GeneralRNG *const LocalRandom)
The constructor takes pointers to various base classes that configure the behaviour of the selection ...
virtual ~StandardPropagation()
This is the standard propagation class that generates a new population from the old one...
The base class for all random number generators, defines the basic interface.
virtual void NextGeneration()