update the doc
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@333 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
14216e1af4
commit
ba71d00a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue