EvolvingObjects
|
random truncation - batch version More...
#include <eoReduceSplit.h>
Public Member Functions | |
eoRandomSplit (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 job | |
Private Attributes | |
eoHowMany | howMany |
bool | returnEliminated |
random truncation - batch version
Definition at line 128 of file eoReduceSplit.h.