variables order

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@249 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-04-17 13:45:52 +00:00
commit cefeb2d9ae

View file

@ -104,12 +104,12 @@ public:
private:
/** the stopping criteria */
eoContinue < MOEOT > & continuator;
/** the local search to iterate */
moeoIndicatorBasedLS < MOEOT, Move > ibmols;
/** the full evaluation */
eoEvalFunc < MOEOT > & eval;
/** the stopping criteria */
eoContinue < MOEOT > & continuator;
/** the monary operator */
eoMonOp < MOEOT > & monOp;
/** the random monary operator (or random initializer) */