Hi! I have the following problem:
I want to make the algorithm choose always the nearest services and then all the neighbor ones.
Example: starting from point 46 the order I need is 46 43 45 44 instead of the order shown in the image.
The route in the image is optimized with RegretConcurrentInsertion and RadialRuin.
Should I set up a soft constraint or make changes to the algorithm to always achieve the order I need?