EvolvingObjects
|
Selects the "Mu" bests individuals. More...
#include <eoRankMuSelect.h>
Public Member Functions | |
eoRankMuSelect (unsigned int mu) | |
void | operator() (const eoPop< EOT > &source, eoPop< EOT > &dest) |
Selects the "Mu" bests individuals.
Note: sorts the population before trucating it.
Definition at line 40 of file eoRankMuSelect.h.
void eoRankMuSelect< EOT >::operator() | ( | const eoPop< EOT > & | _source, |
eoPop< EOT > & | _dest | ||
) | [inline, virtual] |
_source | the source population |
_dest | the resulting population (size of this population is given by the HowMany data It empties the destination and adds the selection into it) |
Reimplemented from eoDetSelect< EOT >.
Definition at line 46 of file eoRankMuSelect.h.
References eoPop< EOT >::sort().