#include <eoReduceSplit.h>

Public Member Functions | |
| eoDetTournamentTruncateSplit (unsigned _t_size, 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) |
| Performs repeated inverse_deterministic_tournament on the pop. | |
Private Attributes | |
| unsigned | t_size |
| eoHowMany | howMany |
| bool | returnEliminated |
see eoSSGADetTournamentReplacement)
Definition at line 205 of file eoReduceSplit.h.
1.5.5