Statistics for Population and GEPAlg analysis. More...
Classes | |
| class | GEP::Statistics< PopulationType > |
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 | |
| template<class T > | |
| T | GEP::stat_plus (const T &a, const T &b) |
| template<class T > | |
| std::vector< T > | GEP::stat_plus (const std::vector< T > &a, const T &b) |
| template<class T > | |
| std::vector< T > | GEP::stat_plus (const std::vector< T > &a, const std::vector< T > &b) |
| template<class T > | |
| T | GEP::stat_div (const T &a, const double &b) |
| template<class T > | |
| std::vector< double > | GEP::stat_div (const std::vector< T > &a, const double &b) |
| template<class IndividualType > | |
| std::vector< double > | GEP::savgFitness (const std::vector< IndividualType > &inds) |
Statistics for Population and GEPAlg analysis.
Copyright (c) 2009 Marek Ostaszewski, Sebastien Varrette (see COPYING)
1.6.1