#include <eoAssembledFitnessStat.h>
Inheritance diagram for eoAssembledFitnessAverageStat< EOT >:

Public Types | |
| typedef EOT::Fitness | Fitness |
Public Member Functions | |
| eoAssembledFitnessAverageStat (unsigned _whichTerm=0, std::string _description="Average Fitness") | |
| virtual void | operator() (const eoPop< EOT > &_pop) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned | whichFitnessTerm |
Specify in the constructor, for which fitness term (index) the average should be evaluated. Only values of object where the failed boolean = false is set are counted.
Definition at line 46 of file eoAssembledFitnessStat.h.
1.3.9.1