#include <eoStat.h>
Inheritance diagram for eoSecondMomentStats< EOT >:

Public Types | |
| typedef EOT::Fitness | fitness_type |
|
typedef std::pair< double, double > | SquarePair |
Public Member Functions | |
| eoSecondMomentStats (std::string _description="Average & Stdev") | |
| virtual void | operator() (const eoPop< EOT > &_pop) |
| The pure virtual function that needs to be implemented by the subclass. | |
| virtual std::string | className (void) const |
Static Public Member Functions | |
| SquarePair | sumOfSquares (SquarePair _sq, const EOT &_eo) |
dev. of a population, fitness needs to be scalar.
Definition at line 168 of file eoStat.h.
1.3.9.1