yorak / VeRyPy

A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
MIT License
263 stars 55 forks source link

Improve the performance of the local search #10

Open yorak opened 3 years ago

yorak commented 3 years ago

One can get many ideas from the excellent presentation of Victor Pillac: https://victorpillac.wordpress.com/2013/05/22/vrp-2013-computational-aspects-of-vehicle-routing/

Every slide there has great gems.