Description: this code solves vehicle routing problem using simulated annealing algorithm in matlab.
in this code , we create different models and then evaluate them using SA algorithm.
one of the advantage of this code , is that code is splitting different sections.
and the output of this code is represented vehicles and customers graphically.
To Search:
File list (Check if you may need any files):
VRP-1\PlotSolution.m
.....\sa.m
.....\SelectModel.m
.....\CreateAndSaveModels.m
.....\CreateNeighbor.m
.....\CreateRandomModel.m
.....\CreateRandomSolution.m
.....\MyCost.m
.....\ParseSolution.m
VRP-1