git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2175 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
33992ec5bc
commit
81976eb029
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ public:
|
|||
neighborhood.init(_solution, *current);
|
||||
//eval the current neighbor
|
||||
eval(_solution, *current);
|
||||
|
||||
|
||||
//Find the first non-tabu element
|
||||
if ( (!tabuList.check(_solution, *current)) || aspiration(_solution, *current) ) {
|
||||
// set best
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue