Doc revised
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1600 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3eba7aee33
commit
83ffb12d41
5 changed files with 6 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ class moeoDMLSMonOp : public eoMonOp < typename Move::EOType >
|
|||
|
||||
/** Ctor with a dmls.
|
||||
* @param _eval a evaluation function (used to instantiate the dmls)
|
||||
* @param _eplorer a neighborhood explorer (used to instantiate the dmls)
|
||||
* @param _explorer a neighborhood explorer (used to instantiate the dmls)
|
||||
* @param _select a selector of unvisited individuals of a population (used to instantiate the dmls)
|
||||
* @param _step (default=1) is the number of Generation of dmls (used to instantiate the defaultContinuator for the dmls)
|
||||
* @param _verbose verbose mode
|
||||
|
|
@ -42,7 +42,7 @@ class moeoDMLSMonOp : public eoMonOp < typename Move::EOType >
|
|||
/** Ctor with a dmls.
|
||||
* @param _eval a evaluation function (used to instantiate the dmls)
|
||||
* @param _dmlsArchive an archive (used to instantiate the dmls)
|
||||
* @param _eplorer a neighborhood explorer (used to instantiate the dmls)
|
||||
* @param _explorer a neighborhood explorer (used to instantiate the dmls)
|
||||
* @param _select a selector of unvisited individuals of a population (used to instantiate the dmls)
|
||||
* @param _step (default=1) is the number of Generation of dmls (used to instantiate the defaultContinuator for the dmls)
|
||||
* @param _verbose verbose mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue