#include <eoFDCStat.h>
Inheritance diagram for eoFDCFileSnapshot< EOT >:

Public Member Functions | |
| eoFDCFileSnapshot (eoFDCStat< EOT > &_FDCstat, std::string _dirname="tmpFDC", unsigned _frequency=1, std::string _filename="FDC", std::string _delim=" ") | |
| Ctor: in addition to the parameters of the ctor of an eoFileSnapshot we need here an eoFDCStat. | |
| virtual void | add (const eoParam &_param) |
| just to be sure the add method is not called further | |
Private Attributes | |
| eoFDCStat< EOT > & | FDCstat |
Definition at line 111 of file eoFDCStat.h.
|
||||||||||||||||||||||||||||
|
Ctor: in addition to the parameters of the ctor of an eoFileSnapshot we need here an eoFDCStat. The 2 std::vectors (distances to optimum and fitnesses) are added to the monitor so they can be processed later to a file - and eventually by gnuplot Definition at line 119 of file eoFDCStat.h. References eoFileSnapshot::add(). |
1.3.9.1