EvolvingObjects
|
For multi-objective fitness, we need to translate a stat<vector<double> > into a vector<stat>, so each objective gets a seperate stat. More...
#include <eoMOFitnessStat.h>
Public Member Functions | |
eoMOFitnessStat (unsigned _objective, std::string _description="MO-Fitness") | |
Ctor: say what component you want. | |
virtual void | operator() (const std::vector< const EOT * > &_popPters) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
unsigned int | objective |
For multi-objective fitness, we need to translate a stat<vector<double> > into a vector<stat>, so each objective gets a seperate stat.
Definition at line 64 of file eoMOFitnessStat.h.