#include <moeoBinaryMetricSavingUpdater.h>
Inheritance diagram for moeoBinaryMetricSavingUpdater< EOT >:

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.
|
||||||||||||||||||||
|
Ctor.
Definition at line 41 of file moeoBinaryMetricSavingUpdater.h. |
1.4.6