#include <eoSelectFromWorth.h>

Public Types | |
|
typedef std::vector< WorthT > ::iterator | worthIterator |
Public Member Functions | |
| eoRouletteWorthSelect (eoPerf2Worth< EOT, WorthT > &_perf2Worth) | |
| virtual void | setup (const eoPop< EOT > &_pop) |
| virtual function to setup some population stats (for instance eoProportional can benefit greatly from this) | |
| virtual const EOT & | operator() (const eoPop< EOT > &_pop) |
Private Attributes | |
| double | total |
.. roulette wheel selection, yes!
Definition at line 167 of file eoSelectFromWorth.h.
1.5.5