文件名称:VRP-1
介绍说明--下载内容均来自于网络,请自行研究使用
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.
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VRP-1\PlotSolution.m
.....\sa.m
.....\SelectModel.m
.....\CreateAndSaveModels.m
.....\CreateNeighbor.m
.....\CreateRandomModel.m
.....\CreateRandomSolution.m
.....\MyCost.m
.....\ParseSolution.m
VRP-1