#include <moeoBinaryQualityIndicator.h>
Inheritance diagram for moeoBinaryQualityIndicator< EOFitness >:

Public Member Functions | |
| moeoBinaryQualityIndicator () | |
| constructor | |
| void | setBounds (const unsigned _iObj, const double _min, const double _max) |
| set the bounds for objective _iObj | |
Protected Attributes | |
| std::vector< Range > | bounds |
| range (min and max double value) for each objective | |
Private Types | |
| typedef EOFitness::fitness_traits | traits |
| fitness traits | |
Classes | |
| class | Range |
| Private class to represent the bounds. More... | |
Definition at line 28 of file moeoBinaryQualityIndicator.h.
| void moeoBinaryQualityIndicator< EOFitness >::setBounds | ( | const unsigned | _iObj, | |
| const double | _min, | |||
| const double | _max | |||
| ) | [inline] |
set the bounds for objective _iObj
| unsigned | _iObj the index of the objective | |
| double | _min the minimum value | |
| double | _max the maximum value |
Definition at line 51 of file moeoBinaryQualityIndicator.h.
Referenced by moeoIBEAAvgSorting< EOT, FitnessEval >::setBounds(), moeoIBEAStochSorting< EOT, FitnessEval >::setBounds(), and moeoIBEASorting< EOT, Fitness >::setBounds().
1.5.1