#include <eoStat.h>

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) |
| 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 std::vector< const EOT * > &_pop, T) |
Private Attributes | |
| unsigned | whichElement |
Classes | |
| struct | CmpFitness |
Definition at line 224 of file eoStat.h.
1.5.5