#include <moeoReplacement.h>
Inheritance diagram for moeoElitistReplacement< EOT, WorthT >:

Public Member Functions | |
| moeoElitistReplacement (eoPerf2Worth< EOT, WorthT > &_perf2worth) | |
| constructor | |
| void | operator() (eoPop< EOT > &_parents, eoPop< EOT > &_offspring) |
| replacement - result in _parents | |
Private Attributes | |
| eoPerf2Worth< EOT, WorthT > & | perf2worth |
| the functor object to transform raw fitnesses into fitness for selection | |
Definition at line 35 of file moeoReplacement.h.
| moeoElitistReplacement< EOT, WorthT >::moeoElitistReplacement | ( | eoPerf2Worth< EOT, WorthT > & | _perf2worth | ) | [inline] |
constructor
| _perf2worth | the functor class to transform raw fitnesses into fitness for selection |
Definition at line 43 of file moeoReplacement.h.
| void moeoElitistReplacement< EOT, WorthT >::operator() | ( | eoPop< EOT > & | _parents, | |
| eoPop< EOT > & | _offspring | |||
| ) | [inline] |
replacement - result in _parents
| _parents | parents population | |
| _offspring | offspring population |
Definition at line 54 of file moeoReplacement.h.
References moeoElitistReplacement< EOT, WorthT >::perf2worth.
1.5.1