#include <moeoEuclideanDistance.h>
Inheritance diagram for moeoEuclideanDistance< 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 euclidian distance between _moeo1 and _moeo2 in the objective space. | |
between 0 and 1). A distance value then lies between 0 and sqrt(nObjectives).
Definition at line 24 of file moeoEuclideanDistance.h.
| const double moeoEuclideanDistance< MOEOT >::operator() | ( | const MOEOT & | _moeo1, | |
| const MOEOT & | _moeo2 | |||
| ) | [inline] |
Returns the euclidian distance between _moeo1 and _moeo2 in the objective space.
| _moeo1 | the first solution | |
| _moeo2 | the second solution |
Definition at line 37 of file moeoEuclideanDistance.h.
References moeoNormalizedDistance< MOEOT >::bounds.
1.4.7