EvolvingObjects
|
The fitnesses of a whole population, as a std::vector. More...
#include <eoScalarFitnessStat.h>
Public Member Functions | |
eoScalarFitnessStat (std::string _description="FitnessES", eoRealVectorBounds &_bounds=eoDummyVectorNoBounds) | |
virtual void | operator() (const std::vector< const EOT * > &_popPters) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoRealBounds & | range |
The fitnesses of a whole population, as a std::vector.
Definition at line 39 of file eoScalarFitnessStat.h.