netotz / alpha-neighbor-p-center-problem

Heuristic algorithms for the alpha-neighbor p-center problem.
MIT License
5 stars 0 forks source link

Implement local search algorithm to interchange 2 points #5

Closed netotz closed 2 years ago

netotz commented 2 years ago

Currently the local search function only changes one point inside the solution for another outside of it.

This new function should interchange 2 points at the same time, exploring a bigger, different neighborhood.

This heuristic could then be compared too, related to #3