#include <moeoBinaryMetricSavingUpdater.h>
Public Types | |
| typedef EOT::Fitness | EOFitness |
| The fitness type of a solution. | |
Public Member Functions | |
| moeoBinaryMetricSavingUpdater (moeoVectorVsVectorBM< EOT, double > &_metric, const eoPop< EOT > &_pop, std::string _filename) | |
| Ctor. | |
| void | operator() () |
| Saves the metric's value for the current generation. | |
Private Attributes | |
|
moeoVectorVsVectorBM< EOT, double > & | metric |
| binary metric comparing two Pareto sets | |
| const eoPop< EOT > & | pop |
| main population | |
| eoPop< EOT > | oldPop |
| (n-1) population | |
| std::string | filename |
| target filename | |
| bool | firstGen |
| is it the first generation ? | |
| unsigned | counter |
| counter | |
Definition at line 26 of file moeoBinaryMetricSavingUpdater.h.
| moeoBinaryMetricSavingUpdater< EOT >::moeoBinaryMetricSavingUpdater | ( | moeoVectorVsVectorBM< EOT, double > & | _metric, | |
| const eoPop< EOT > & | _pop, | |||
| std::string | _filename | |||
| ) | [inline] |
Ctor.
| _metric | the binary metric comparing two Pareto sets | |
| _pop | the main population | |
| _filename | the target filename |
Definition at line 41 of file moeoBinaryMetricSavingUpdater.h.
1.5.1