EvolvingObjects
|
eoRankingSelect: select an individual by roulette wheel on its rank is an eoRouletteWorthSelect, i.e. More...
#include <eoRankingSelect.h>
Public Member Functions | |
eoRankingSelect (double _p=2.0, double _e=1.0) | |
Ctor: | |
Private Attributes | |
eoRanking< EOT > | ranking |
eoRankingSelect: select an individual by roulette wheel on its rank is an eoRouletteWorthSelect, i.e.
a selector using a std::vector of worthes rather than the raw fitness (see eoSelectFromWorth.h) uses an internal eoRanking object which is an eoPerf2Worth<EOT, double>
Definition at line 42 of file eoRankingSelect.h.
eoRankingSelect< EOT >::eoRankingSelect | ( | double | _p = 2.0 , |
double | _e = 1.0 |
||
) | [inline] |
Ctor:
_p | the selective pressure, should be in [1,2] (2 is the default) |
_e | exponent (1 == linear) |
Definition at line 49 of file eoRankingSelect.h.