EvolvingObjects
eoScalarFitnessStat< EOT, FitT > Class Template Reference

The fitnesses of a whole population, as a std::vector. More...

#include <eoScalarFitnessStat.h>

Inheritance diagram for eoScalarFitnessStat< EOT, FitT >:
eoSortedStat< EOT, std::vector< double > > eoSortedStatBase< EOT > eoValueParam< std::vector< double > > eoUF< const std::vector< const EOT * > &, void > eoParam eoFunctorBase unary_function

List of all members.

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

eoRealBoundsrange

Detailed Description

template<class EOT, class FitT = typename EOT::Fitness>
class eoScalarFitnessStat< EOT, FitT >

The fitnesses of a whole population, as a std::vector.

Definition at line 39 of file eoScalarFitnessStat.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends