Correction of moEvaluatedNeighborhood
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2560 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f15c8c587a
commit
e24e38b012
1 changed files with 2 additions and 2 deletions
|
|
@ -86,10 +86,10 @@ public:
|
||||||
* @param _neighbor the first neighbor
|
* @param _neighbor the first neighbor
|
||||||
*/
|
*/
|
||||||
virtual void init(EOT & _solution, Neighbor & _neighbor) {
|
virtual void init(EOT & _solution, Neighbor & _neighbor) {
|
||||||
// initialisation of the original neighborhood
|
|
||||||
originalNeighborhood.init(_solution, _neighbor);
|
|
||||||
// full evaluation of the neighborhood
|
// full evaluation of the neighborhood
|
||||||
nhEval(_solution);
|
nhEval(_solution);
|
||||||
|
// initialisation of the original neighborhood
|
||||||
|
originalNeighborhood.init(_solution, _neighbor);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue