Experimental - the goal is to speed up multiple calculation of value of the same, unchanged Chromosome by constructing a fixed tree and calling it every time value need to be calculted instead of going through the Chormosome, namely its table of elements. Copyright (c) 2008 Marek Ostaszewski, Sebastien Varrette (see COPYING). More...
Classes | |
| class | GEP::Node< T > |
| class | GEP::OneArgNode< T > |
| class | GEP::TwoArgNode< T > |
| class | GEP::TerminalNode< T > |
| class | GEP::ExpressionTree< Type > |
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. | |
Experimental - the goal is to speed up multiple calculation of value of the same, unchanged Chromosome by constructing a fixed tree and calling it every time value need to be calculted instead of going through the Chormosome, namely its table of elements. Copyright (c) 2008 Marek Ostaszewski, Sebastien Varrette (see COPYING).
1.6.1