#include <moeoDistance.h>
Inheritance diagram for moeoDistance< MOEOT, Type >:

Public Member Functions | |
| virtual void | setup (const eoPop< MOEOT > &_pop) |
| Nothing to do. | |
| virtual void | setup (double _min, double _max, unsigned int _obj) |
| Nothing to do. | |
| virtual void | setup (eoRealInterval _realInterval, unsigned int _obj) |
| Nothing to do. | |
Definition at line 22 of file moeoDistance.h.
| virtual void moeoDistance< MOEOT, Type >::setup | ( | const eoPop< MOEOT > & | _pop | ) | [inline, virtual] |
Nothing to do.
| _pop | the population |
Reimplemented in moeoNormalizedDistance< MOEOT, Type >, and moeoNormalizedDistance< MOEOT >.
Definition at line 30 of file moeoDistance.h.
| virtual void moeoDistance< MOEOT, Type >::setup | ( | double | _min, | |
| double | _max, | |||
| unsigned int | _obj | |||
| ) | [inline, virtual] |
Nothing to do.
| _min | lower bound | |
| _max | upper bound | |
| _obj | the objective index |
Reimplemented in moeoNormalizedDistance< MOEOT, Type >, and moeoNormalizedDistance< MOEOT >.
Definition at line 40 of file moeoDistance.h.
| virtual void moeoDistance< MOEOT, Type >::setup | ( | eoRealInterval | _realInterval, | |
| unsigned int | _obj | |||
| ) | [inline, virtual] |
Nothing to do.
| _realInterval | the eoRealInterval object | |
| _obj | the objective index |
Reimplemented in moeoNormalizedDistance< MOEOT, Type >, and moeoNormalizedDistance< MOEOT >.
Definition at line 49 of file moeoDistance.h.
1.4.7