|
EvolvingObjects
|
deterministic truncation method using sort More...
#include <eoReduceSplit.h>
Public Member Functions | |
| eoTruncateSplit (eoHowMany _howMany, bool _returnEliminated=false) | |
| Ctor: must provide amount of reduction, and whether or not you need to return the eliminated guys. | |
| void | operator() (eoPop< EOT > &_newgen, eoPop< EOT > &_eliminated) |
| do the jonb | |
Private Attributes | |
| eoHowMany | howMany |
| bool | returnEliminated |
deterministic truncation method using sort
Definition at line 51 of file eoReduceSplit.h.