1 #ifndef CSTANDARDPOPULATION_H
2 #define CSTANDARDPOPULATION_H
20 using GeneralPopulation::operator=;
25 #endif // CSTANDARDPOPULATION_H
The base class for the population of a genetic algorithm, implements storage and access functions...
A population that is encoded as a simple binary string.
virtual BinaryPopulation & operator=(const BinaryPopulation &source)
BinaryPopulation(const int popsize, const int genesize, GeneralRNG &LocalRandom, const bool init=false)
void init(int *nd, float *ranges)
virtual ~BinaryPopulation()
The base class for all random number generators, defines the basic interface.