update the doc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@333 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-06-19 09:28:01 +00:00
commit ba71d00a1e

View file

@ -135,7 +135,7 @@ MOEOT& mo_roulette_wheel(eoPop<MOEOT>& _pop, double total, eoRng& _gen = rng)
while (roulette > 0.0)
{
// fitness ?
// fitness only
roulette -= static_cast<double>((i++)->fitness());
}