git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1582 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
49497e5563
commit
5716d59c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue