last modification invalidate
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1616 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e8a853e9fb
commit
3512f82858
2 changed files with 3 additions and 3 deletions
|
|
@ -186,7 +186,7 @@ class moILS:public moAlgo < typename M::EOType >
|
|||
while ( continu (_solution) )
|
||||
{
|
||||
perturbation(_solution);
|
||||
_solution.invalidate();
|
||||
//_solution.invalidate();
|
||||
full_evaluation(_solution);
|
||||
|
||||
(*algorithm)(_solution);
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ class moTS:public moAlgo < typename M::EOType >
|
|||
|
||||
continu.init ();
|
||||
|
||||
while ( continu (_solution) )
|
||||
do
|
||||
{
|
||||
(*move_explorer) (_solution, new_solution);
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ class moTS:public moAlgo < typename M::EOType >
|
|||
|
||||
_solution = new_solution;
|
||||
}
|
||||
|
||||
while ( continu (_solution) );
|
||||
|
||||
_solution = best_solution;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue