josura / ILS-minimum-node-weight-vertex-cover

1 stars 0 forks source link

Control over iteration of ILS with or without improvement #5

Open josura opened 2 years ago

josura commented 2 years ago

I should consider the difference of iteration with improvement and without as a terminating condition, right now I only consider iteration without improvement as the stopping condition, even if an improvement is detected in between iterations.