Operators for GEP chromosomes, single (various kinds of mutation) or pair (recombination). More...
Classes | |
| class | GEP::Operators< IndividualType > |
| Set of genetic operations for GEP::SChromosome. It is used to perform modifications to Individuals during evolution of population. Operations here are performed on single (or pairs of) GEP::Chromosome<CType> instances. More... | |
Namespaces | |
| namespace | GEP |
Namespace for classes related to Gene Expression Programming This namespace contains classes describing Karva chromosomes, individuals based on these chromosomes, genetic operators and poppulation management. | |
Typedefs | |
| typedef boost::uniform_int | uniInt |
| typedef boost::uniform_smallint | uniSmallint |
| typedef boost::variate_generator < boost::mt19937 &, uniSmallint > | smallGen |
Operators for GEP chromosomes, single (various kinds of mutation) or pair (recombination).
Copyright (c) 2008 Marek Ostaszewski, Sebastien Varrette (see COPYING)
| typedef boost::variate_generator< boost::mt19937 &, uniSmallint > smallGen |
| typedef boost::uniform_int uniInt |
| typedef boost::uniform_smallint uniSmallint |
1.6.1