N-Wouda / ALNS

Adaptive large neighbourhood search (and more!) in Python.
https://alns.readthedocs.io/en/latest/
MIT License
447 stars 124 forks source link

Example notebook for CVRP #91

Closed leonlan closed 2 years ago

leonlan commented 2 years ago

Some time ago I wrote a notebook demonstrating how to use ALNS for CVRP here. I'll rewrite it a bit soon and make a pull request for it when I'm done.

N-Wouda commented 2 years ago

I think this is a good idea. We have something for TSP already, but the VRP is a much larger class of problems, and one where ALNS is used a lot in practice. It would be good to have a full-length tutorial for a VRP variant in the repository.