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

Public Types | |
| typedef MOEOT::ObjectiveVector | ObjectiveVector |
| The objective vector type of a solution. | |
Public Member Functions | |
| moeoBinaryMetricSavingUpdater (moeoVectorVsVectorBinaryMetric< ObjectiveVector, double > &_metric, const eoPop< MOEOT > &_pop, std::string _filename) | |
| Ctor. | |
| void | operator() () |
| Saves the metric's value for the current generation. | |
Private Attributes | |
|
moeoVectorVsVectorBinaryMetric< ObjectiveVector, double > & | metric |
| binary metric comparing two Pareto sets | |
| const eoPop< MOEOT > & | pop |
| main population | |
| eoPop< MOEOT > | oldPop |
| (n-1) population | |
| std::string | filename |
| target filename | |
| bool | firstGen |
| is it the first generation ? | |
| unsigned | counter |
| counter | |
Definition at line 27 of file moeoBinaryMetricSavingUpdater.h.
| moeoBinaryMetricSavingUpdater< MOEOT >::moeoBinaryMetricSavingUpdater | ( | moeoVectorVsVectorBinaryMetric< ObjectiveVector, double > & | _metric, | |
| const eoPop< MOEOT > & | _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 42 of file moeoBinaryMetricSavingUpdater.h.
1.5.1