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

This commit is contained in:
jhumeau 2009-04-21 12:41:41 +00:00
commit b2cf2a8f64

View file

@ -79,6 +79,7 @@ class moeoIteratedIBMOLS : public moeoPopLS < Move>
* @param _moveIncrEval the incremental evaluation
* @param _fitnessAssignment the fitness assignment strategy
* @param _continuator the stopping criteria
* @param _arch the archive
* @param _monOp the monary operator
* @param _randomMonOp the random monary operator (or random initializer)
* @param _nNoiseIterations the number of iterations to apply the random noise
@ -108,7 +109,6 @@ class moeoIteratedIBMOLS : public moeoPopLS < Move>
/**
* Apply the local search iteratively until the stopping criteria is met.
* @param _pop the initial population
* @param _arch the (updated) archive
*/
void operator() (eoPop < MOEOT > & _pop)
{
@ -150,7 +150,6 @@ class moeoIteratedIBMOLS : public moeoPopLS < Move>
/**
* Creates new population randomly initialized and/or initialized from the archive _arch.
* @param _pop the output population
* @param _arch the archive
*/
void generateNewSolutions(eoPop < MOEOT > & _pop)
{