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

Public Types | |
| typedef MOEOT::ObjectiveVector | ObjectiveVector |
| the objective vector type of the solutions | |
Public Member Functions | |
| const double | operator() (const MOEOT &_moeo1, const MOEOT &_moeo2) |
| Returns the Manhattan distance between _moeo1 and _moeo2 in the objective space. | |
between 0 and 1). A distance value then lies between 0 and nObjectives.
Definition at line 24 of file moeoManhattanDistance.h.
| const double moeoManhattanDistance< MOEOT >::operator() | ( | const MOEOT & | _moeo1, | |
| const MOEOT & | _moeo2 | |||
| ) | [inline] |
Returns the Manhattan distance between _moeo1 and _moeo2 in the objective space.
| _moeo1 | the first solution | |
| _moeo2 | the second solution |
Definition at line 37 of file moeoManhattanDistance.h.
References moeoNormalizedDistance< MOEOT >::bounds.
1.4.7