Inheritance diagram for moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator:

Public Member Functions | |
| const bool | operator() (const MOEOT &_moeo1, const MOEOT &_moeo2) |
| Returns true if _moeo1 < _moeo2 on the first objective, then on the second, and so on. | |
Private Attributes | |
|
moeoObjectiveObjectiveVectorComparator< ObjectiveVector > | cmp |
| the corresponding comparator for objective vectors | |
Definition at line 146 of file moeoFastNonDominatedSortingFitnessAssignment.h.
| const bool moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator::operator() | ( | const MOEOT & | _moeo1, | |
| const MOEOT & | _moeo2 | |||
| ) | [inline] |
Returns true if _moeo1 < _moeo2 on the first objective, then on the second, and so on.
| _moeo1 | the first solution | |
| _moeo2 | the second solution |
Definition at line 154 of file moeoFastNonDominatedSortingFitnessAssignment.h.
References moeoFastNonDominatedSortingFitnessAssignment< MOEOT >::ObjectiveComparator::cmp.
1.4.7