EvolvingObjects
|
An instance of eoSelectPerf2Worth that does selection from the Worthes using a ... More...
#include <eoSelectFromWorth.h>
Public Types | |
typedef std::vector< WorthT > ::iterator | worthIterator |
Public Member Functions | |
eoStochTournamentWorthSelect (eoPerf2Worth< EOT, WorthT > &_perf2Worth, double _tRate) | |
virtual const EOT & | operator() (const eoPop< EOT > &_pop) |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
double | tRate |
An instance of eoSelectPerf2Worth that does selection from the Worthes using a ...
stochastic tournament, yes!
Definition at line 134 of file eoSelectFromWorth.h.