Add the include moValueStat in mo.h
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2046 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
df5825bbe5
commit
66ce199e6a
2 changed files with 3 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ public:
|
|||
init(_solution);
|
||||
|
||||
//eval the _solution moved with the neighbor and stock the result in the neighbor
|
||||
fulleval(_solution);
|
||||
if (_solution.invalid())
|
||||
fulleval(_solution);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@
|
|||
#include <continuator/moBestSoFarStat.h>
|
||||
#include <continuator/moBestFitnessStat.h>
|
||||
#include <continuator/moUnsignedStat.h>
|
||||
#include <continuator/moValueStat.h>
|
||||
#include <continuator/moBooleanStat.h>
|
||||
#include <continuator/moCheckpoint.h>
|
||||
#include <continuator/moCombinedContinuator.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue