|
EvolvingObjects
|
eoDetTournamentSelect: a selection method that selects ONE individual by deterministic tournament More...
#include <eoDetTournamentSelect.h>
Public Member Functions | |
| eoDetTournamentSelect (unsigned _tSize=2) | |
| virtual const EOT & | operator() (const eoPop< EOT > &_pop) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned | tSize |
eoDetTournamentSelect: a selection method that selects ONE individual by deterministic tournament
-MS- 24/10/99
Definition at line 45 of file eoDetTournamentSelect.h.