EvolvingObjects
|
Best fitness of a population. More...
#include <eoStat.h>
Classes | |
struct | CmpFitness |
Public Types | |
typedef EOT::Fitness | Fitness |
Public Member Functions | |
eoBestFitnessStat (std::string _description="Best ") | |
void | operator() (const eoPop< EOT > &_pop) |
The pure virtual function that needs to be implemented by the subclass. | |
virtual std::string | className (void) const |
Private Member Functions | |
template<class T > | |
void | doit (const eoPop< EOT > &_pop, T) |
Best fitness of a population.
Fitness can be:
( For eoScalarFitnessAssembled look at eoAssembledFitnessStat )