Correction de moHillClimberSampling.h

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1788 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-05 13:07:21 +00:00
commit a99e91d897
5 changed files with 94 additions and 6 deletions

View file

@ -43,7 +43,7 @@
#include <algo/moRandomSearch.h>
#include <algo/moSimpleHC.h>
#include <continuator/moSolutionStat.h>
#include <continuator/moCounterStat.h>
#include <continuator/moMinusOneCounterStat.h>
#include <continuator/moStatFromStat.h>
#include <sampling/moSampling.h>
@ -95,7 +95,7 @@ public:
protected:
moSolutionStat<EOT> solStat;
moCounterStat<EOT> lengthStat;
moMinusOneCounterStat<EOT> lengthStat;
moTrueContinuator<Neighbor> trueCont;
moStatFromStat<EOT, unsigned int> copyStat;
moCheckpoint<Neighbor> checkpoint;