debug the line 98:
[from] solution_second > solution_initial [to] solution_second.fitness() > solution_initial.fitness() git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1619 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a8834746df
commit
64346d7f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class moVNS : public moAlgo < EOT>
|
|||
full_evaluation(solution_second);
|
||||
}
|
||||
|
||||
if( solution_second > solution_initial )
|
||||
if( solution_second.fitness() > solution_initial.fitness() )
|
||||
{
|
||||
solution_initial=solution_second;
|
||||
change=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue