#include <moeoComparator.h>
Inheritance diagram for moeoObjectiveComparator< MOEOT >:

Public Member Functions | |
| const bool | operator() (const MOEOT &_moeo1, const MOEOT &_moeo2) |
| Returns true if _moeo1 is greater than _moeo2 on the first objective, then on the second, and so on. | |
Definition at line 30 of file moeoComparator.h.
| const bool moeoObjectiveComparator< MOEOT >::operator() | ( | const MOEOT & | _moeo1, | |
| const MOEOT & | _moeo2 | |||
| ) | [inline] |
Returns true if _moeo1 is greater than _moeo2 on the first objective, then on the second, and so on.
| _moeo1 | the first solution | |
| _moeo2 | the second solution |
Definition at line 38 of file moeoComparator.h.
1.5.1