CLeaned up the comments in files related to Sharing (added t-eoSharing in test)
This commit is contained in:
parent
e7643ccc10
commit
57881e56c4
2 changed files with 13 additions and 23 deletions
|
|
@ -31,10 +31,12 @@
|
|||
#include <eoSelectFromWorth.h>
|
||||
#include <eoSharing.h>
|
||||
|
||||
/** 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>
|
||||
/** 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>
|
||||
*/
|
||||
|
||||
template <class EOT>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue