EvolvingObjects
|
eoSharingSelect: select an individual by roulette wheel on its SHARED fitness. More...
#include <eoSharingSelect.h>
Public Member Functions | |
eoSharingSelect (double _sigma, eoDistance< EOT > &_dist) | |
Ctor: | |
Private Attributes | |
eoSharing< EOT > | sharing |
eoSharingSelect: select an individual by roulette wheel on its SHARED fitness.
It is an eoRouletteWorthSelect, i.e. a selector using a std::vector of worthes rather than the raw fitness (see eoSelectFromWorth.h) It uses an internal eoSharing object which is an eoPerf2Worth<EOT, double>
Definition at line 44 of file eoSharingSelect.h.
eoSharingSelect< EOT >::eoSharingSelect | ( | double | _sigma, |
eoDistance< EOT > & | _dist | ||
) | [inline] |
Ctor:
_sigma | the sigma_share |
_dist | the distance object to use |
Definition at line 51 of file eoSharingSelect.h.