Ajout des dummeLS et dummyExplorer. Travaux en cours sur RndRndFC

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1793 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-06 18:31:22 +00:00
commit 85fa0b461f
11 changed files with 299 additions and 14 deletions

View file

@ -90,7 +90,7 @@ public:
*/
~moHillClimberSampling() {
// delete the pointer on the local search which has been constructed in the constructor
delete &localSearch;
delete localSearch;
}
protected: