From ed0e29adcb7d3fd7eaaffe1b40f7e5f62c877b1d Mon Sep 17 00:00:00 2001 From: jboisson Date: Thu, 20 Sep 2007 16:28:56 +0000 Subject: [PATCH] Some updates git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@611 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/moILS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-mo/src/moILS.h b/trunk/paradiseo-mo/src/moILS.h index 4c1eed68e..001812007 100644 --- a/trunk/paradiseo-mo/src/moILS.h +++ b/trunk/paradiseo-mo/src/moILS.h @@ -87,7 +87,7 @@ public: cont(__continue), acceptance_criterion(__acceptance_criterion), perturbation(__perturbation), full_eval(__full_eval) {} - //! Constructor for using a moTS for the moAlgo + //! Constructor for using a moSA for the moAlgo /*! \param __move_rand The random move generator (for the moSA). \param __incr_eval The partial evaluation function (for the moSA).