CLeaned up the comments in files related to Sharing (added t-eoSharing in test)

This commit is contained in:
evomarc 2004-08-28 16:26:03 +00:00
commit 57881e56c4
2 changed files with 13 additions and 23 deletions

View file

@ -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>