#include <moeoParetoObjectiveVectorComparator.h>
Inheritance diagram for moeoParetoObjectiveVectorComparator< ObjectiveVector >:

Public Member Functions | |
| const bool | operator() (const ObjectiveVector &_objectiveVector1, const ObjectiveVector &_objectiveVector2) |
| Returns true if _objectiveVector1 is dominated by _objectiveVector2. | |
Definition at line 22 of file moeoParetoObjectiveVectorComparator.h.
| const bool moeoParetoObjectiveVectorComparator< ObjectiveVector >::operator() | ( | const ObjectiveVector & | _objectiveVector1, | |
| const ObjectiveVector & | _objectiveVector2 | |||
| ) | [inline] |
Returns true if _objectiveVector1 is dominated by _objectiveVector2.
| _objectiveVector1 | the first objective vector | |
| _objectiveVector2 | the second objective vector |
Definition at line 31 of file moeoParetoObjectiveVectorComparator.h.
1.4.7