EvolvingObjects
|
eoStochTournamentSelect: a selection method that selects ONE individual by binary stochastic tournament More...
#include <eoStochTournamentSelect.h>
Public Member Functions | |
eoStochTournamentSelect (double _Trate=1.0) | |
virtual const EOT & | operator() (const eoPop< EOT > &pop) |
Perform the stochastic tournament. | |
Private Attributes | |
double | Trate |
eoStochTournamentSelect: a selection method that selects ONE individual by binary stochastic tournament
-MS- 24/10/99
Definition at line 39 of file eoStochTournamentSelect.h.