Correction of moEvaluatedNeighborhood

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2560 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-12-10 12:20:49 +00:00
commit e24e38b012

View file

@ -86,10 +86,10 @@ public:
* @param _neighbor the first neighbor
*/
virtual void init(EOT & _solution, Neighbor & _neighbor) {
// initialisation of the original neighborhood
originalNeighborhood.init(_solution, _neighbor);
// full evaluation of the neighborhood
nhEval(_solution);
// initialisation of the original neighborhood
originalNeighborhood.init(_solution, _neighbor);
}
/**