An implementation of Capacitated Vehicle Routing Problem with Simulated Annealing
Refer to this repo for some simple implementation and explanation of other VRP algorithms.
The codes and algotihms of this repo are based on the following two paper:
-
Applying Simulated Annealing Approach for Capacitated Vehicle Routing Problems. S.-W. Lin, K.-C. Ying, Z.-J. Lee and F.-H. Hsi. 2006.
-
A Simulated Annealing Algorithm for The Capacitated Vehicle Routing Problem. H. Harmanani, D. Azar, N. Helal and W. Keirouz. 2010.