From b453cef86f8de3f5611921539dd7e55900092989 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Wed, 7 Apr 2010 16:07:37 +0000 Subject: [PATCH] testILS updated git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1733 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/tutorial/oneMax/application/testILS.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-mo/tutorial/oneMax/application/testILS.cpp b/trunk/paradiseo-mo/tutorial/oneMax/application/testILS.cpp index 0e614423b..606df85d5 100644 --- a/trunk/paradiseo-mo/tutorial/oneMax/application/testILS.cpp +++ b/trunk/paradiseo-mo/tutorial/oneMax/application/testILS.cpp @@ -31,6 +31,8 @@ using namespace std; #include #include +#include + #include #include #include @@ -192,9 +194,9 @@ void main_function(int argc, char **argv) moILSexplorer< Neighbor > explorerILS(hc, perturb, accept); - moIterContinuator continuatorILS(100); + moIterContinuator > continuatorILS(100); - moLocalSearchlocalSearch(explorerILS, continuatorILS, eval); + moLocalSearch >localSearch(explorerILS, continuatorILS, eval); /* =========================================================