#include <eoRankingSelect.h>
Inheritance diagram for eoRankingSelect< EOT >:

Public Member Functions | |
| eoRankingSelect (double _p=2.0, double _e=1.0) | |
| Ctor:. | |
Private Attributes | |
| eoRanking< EOT > | ranking |
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 41 of file eoRankingSelect.h.
|
||||||||||||||||
|
Ctor:.
Definition at line 48 of file eoRankingSelect.h. |
1.3.9.1