EvolvingObjects
|
The Fitness Distance Correlation computation. More...
#include <eoFDCStat.h>
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 |
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.