Data structures used in GEP, see particular descriptions. More...
Classes | |
| class | GEP::dataSample< InputType, OutputType > |
| a structure used in learning process; represents a learning sample Contains vector of input and an output - inputs are set as Chromosome inputs and the output is compared with the output of the Chromosome in the Individual. paramSample is templated over the value type and the type of structure holding additional data. More... | |
| struct | GEP::ConfigArgs |
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. | |
Functions | |
| void | GEP::neighborhood_L5 (std::vector< std::pair< short, short > > &neighborhood) |
| void | GEP::neighborhood_L9 (std::vector< std::pair< short, short > > &neighborhood) |
| void | GEP::neighborhood_C9 (std::vector< std::pair< short, short > > &neighborhood) |
| void | GEP::neighborhood_C13 (std::vector< std::pair< short, short > > &neighborhood) |
Data structures used in GEP, see particular descriptions.
Copyright (c) 2009 Marek Ostaszewski, Sebastien Varrette (see COPYING)
Copyright (c) 2009 Marek Ostaszewski, Sebastien Varrette (see COPYING)
1.6.1