From b2cf2a8f64822f50a4a6ebc682b8d9af39c23a03 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Tue, 21 Apr 2009 12:41:41 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1583 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/MOLS/src/IBMOLS/moeoIteratedIBMOLS.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contribution/branches/MOLS/src/IBMOLS/moeoIteratedIBMOLS.h b/contribution/branches/MOLS/src/IBMOLS/moeoIteratedIBMOLS.h index f99aa2d8e..b0d60fdf8 100755 --- a/contribution/branches/MOLS/src/IBMOLS/moeoIteratedIBMOLS.h +++ b/contribution/branches/MOLS/src/IBMOLS/moeoIteratedIBMOLS.h @@ -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) {