#include <eoStat.h>

Public Types | |
| typedef EOT::Fitness | Fitness |
Public Member Functions | |
| eoBestFitnessStat (std::string _description="Best ") | |
| void | operator() (const eoPop< EOT > &_pop) |
| virtual std::string | className (void) const |
Private Member Functions | |
| template<class T> | |
| void | doit (const eoPop< EOT > &_pop, eoParetoFitness< T >) |
| template<class T> | |
| void | doit (const eoPop< EOT > &_pop, T) |
Classes | |
| struct | CmpFitness |
Fitness can be:
( For eoScalarFitnessAssembled look at eoAssembledFitnessStat )
Definition at line 329 of file eoStat.h.
1.5.5