Doc revised

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1600 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-06-30 15:06:13 +00:00
commit 83ffb12d41
5 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@ class moeoDMLSGenUpdater : public eoUpdater
/** 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 _globalArchive the same archive used in the other algorithm
* @param _continuator is a Generational Continuator which allow to run dmls on the global archive each X generation(s)
@ -49,7 +49,7 @@ class moeoDMLSGenUpdater : public eoUpdater
/** 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 _globalArchive the same archive used in the other algorithm
* @param _continuator is a Generational Continuator which allow to run dmls on the global archive each X generation(s)