EvolvingObjects
eoFDCStat< EOT > Class Template Reference

The Fitness Distance Correlation computation. More...

#include <eoFDCStat.h>

Inheritance diagram for eoFDCStat< EOT >:
eoStat< EOT, double > eoValueParam< double > eoStatBase< EOT > eoParam eoUF< const eoPop< EOT > &, void > eoFunctorBase unary_function

List of all members.

Public Member Functions

 eoFDCStat (eoDistance< EOT > &_dist, std::string _description="FDC")
 Ctor without the optimum.
 eoFDCStat (eoDistance< EOT > &_dist, EOT &_theBest, std::string _description="FDC")
 Ctor with the optimum.
virtual void operator() (const eoPop< EOT > &_pop)
 Compute the FDC - either from best in pop, or from absolute best if it was passed in the constructor.
const eoValueParam
< std::vector< double > > & 
theDist ()
 accessors to the private eoValueParam<std::vector<double> >
const eoValueParam
< std::vector< double > > & 
theFit ()

Private Attributes

eoDistance< EOT > & dist
EOT theBest
bool boolOpt
eoValueParam< std::vector
< double > > 
distToBest
eoValueParam< std::vector
< double > > 
fitnesses

Detailed Description

template<class EOT>
class eoFDCStat< EOT >

The Fitness Distance Correlation computation.

Stores the values into eoValueParam<EOT,double> so they can be snapshot by some eoGnuplotSnapshot ...

Definition at line 43 of file eoFDCStat.h.


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