git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1582 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-04-21 12:41:32 +00:00
commit 5716d59c9f

View file

@ -72,6 +72,7 @@ class moeoIBMOLS : public moeoPopLS < Move>
* @param _moveIncrEval the incremental evaluation
* @param _fitnessAssignment the fitness assignment strategy
* @param _continuator the stopping criteria
* @param _arch the archive
*/
moeoIBMOLS(
moMoveInit < Move > & _moveInit,
@ -96,7 +97,6 @@ class moeoIBMOLS : public moeoPopLS < Move>
* Apply the local search until a local archive does not change or
* another stopping criteria is met and update the archive _arch with new non-dominated solutions.
* @param _pop the initial population
* @param _arch the (updated) archive
*/
void operator() (eoPop < MOEOT > & _pop)
{