Closed N-Wouda closed 2 years ago
I'm testing k=6
when doing this for every new best solution, and k=7
when we only do this at the end.
I've tried many variations of this. What seems to work reasonably well is to run postprocessing at the end, just before returning, with k=7
. I'm trying two more ideas before this is ready to be merged.
k=6
whenever we find a new best (feasible) solution seems marginally better than the alternatives.
Closes #98. TODO