#include <moeoDiversityAssignment.h>
Inheritance diagram for moeoDummyDiversityAssignment< MOEOT >:

Public Types | |
| typedef MOEOT::ObjectiveVector | ObjectiveVector |
| The type for objective vector. | |
Public Member Functions | |
| void | operator() (eoPop< MOEOT > &_pop) |
| Sets the diversity to '0' for every individuals of the population _pop if it is invalid. | |
| void | updateByDeleting (eoPop< MOEOT > &_pop, ObjectiveVector &_objVec) |
| Updates the diversity values of the whole population _pop by taking the deletion of the objective vector _objVec into account. | |
Definition at line 56 of file moeoDiversityAssignment.h.
| void moeoDummyDiversityAssignment< MOEOT >::operator() | ( | eoPop< MOEOT > & | _pop | ) | [inline, virtual] |
Sets the diversity to '0' for every individuals of the population _pop if it is invalid.
| _pop | the population |
Implements eoUF< eoPop< MOEOT > &, void >.
Definition at line 68 of file moeoDiversityAssignment.h.
| void moeoDummyDiversityAssignment< MOEOT >::updateByDeleting | ( | eoPop< MOEOT > & | _pop, | |
| ObjectiveVector & | _objVec | |||
| ) | [inline, virtual] |
Updates the diversity values of the whole population _pop by taking the deletion of the objective vector _objVec into account.
| _pop | the population | |
| _objVec | the objective vector |
Implements moeoDiversityAssignment< MOEOT >.
Definition at line 86 of file moeoDiversityAssignment.h.
1.5.1