EvolvingObjects
|
The n_th element fitness in the population (see eoBestFitnessStat) More...
#include <eoStat.h>
Classes | |
struct | CmpFitness |
Public Types | |
typedef EOT::Fitness | Fitness |
Public Member Functions | |
eoNthElementFitnessStat (unsigned _whichElement, std::string _description="nth element fitness") | |
virtual void | operator() (const std::vector< const 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 std::vector< const EOT * > &_pop, T) |
Private Attributes | |
unsigned | whichElement |
The n_th element fitness in the population (see eoBestFitnessStat)