diff --git a/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h b/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h index 871a99192..e7e27cc0f 100755 --- a/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h +++ b/branches/paradiseo-moeo-1.0/src/moeoIteratedIBMOLS.h @@ -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) */