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

Public Member Functions | |
| moeoDistanceMatrix (unsigned int _size, moeoDistance< MOEOT, Type > &_distance) | |
| Ctor. | |
| void | operator() (const eoPop< MOEOT > &_pop) |
| Sets the distance between every pair of individuals contained in the population _pop. | |
Private Attributes | |
| moeoDistance< MOEOT, Type > & | distance |
| the distance to use | |
Definition at line 24 of file moeoDistanceMatrix.h.
| moeoDistanceMatrix< MOEOT, Type >::moeoDistanceMatrix | ( | unsigned int | _size, | |
| moeoDistance< MOEOT, Type > & | _distance | |||
| ) | [inline] |
Ctor.
| _size | size for every dimension of the matrix | |
| _distance | the distance to use |
Definition at line 37 of file moeoDistanceMatrix.h.
| void moeoDistanceMatrix< MOEOT, Type >::operator() | ( | const eoPop< MOEOT > & | _pop | ) | [inline, virtual] |
Sets the distance between every pair of individuals contained in the population _pop.
| _pop | the population |
Implements eoUF< const eoPop< MOEOT > &, void >.
Definition at line 51 of file moeoDistanceMatrix.h.
References moeoDistanceMatrix< MOEOT, Type >::distance.
1.4.7