文件名称:VRP_algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件-5 solving vehicle routing problem (VRP) MATLAB algorithm source and the corresponding data (data is also in the m file), including three kinds of genetic algorithm, SA algorithm and tabu search algorithm m file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VRP算法
.......\GAforVRP
.......\........\GAVRP.m
.......\........\fitness_P.m
.......\........\fitness_c.m
.......\........\jiaocha.m
.......\........\matlab.mat
.......\SAforVRP
.......\........\CalculateTotalDistance.m
.......\........\ConvertToVRPSolution.m
.......\........\GenerateDistanceMatrix.m
.......\........\GenerateSolusiRandom.m
.......\........\Perform2Opt.m
.......\........\PerformInsert.m
.......\........\PerformSwap.m
.......\........\SA_VRP.m
.......\geneticVRP
.......\..........\VRP.m
.......\..........\exchange.m
.......\..........\geneticVRP.m
.......\..........\immuni.m
.......\..........\intercross.m
.......\..........\mutate.m
.......\..........\myLength.asv
.......\..........\myLength.m
.......\tabu-search-matlab
.......\..................\Perform2Opt.m
.......\..................\PerformInsert.m
.......\..................\PerformSwap.m
.......\..................\SA_VRP.m
.......\..................\TS_VRP1.m
.......\..................\calculatetotaldistance.m
.......\..................\converttovrpsolution.m
.......\..................\generatedistancematrix.m
.......\..................\generatesolusirandom.m
.......\vrpGA
.......\.....\fitness_P.m
.......\.....\fitness_c.m
.......\.....\jiaocha.m
.......\.....\matlab.mat
.......\.....\遗传算法 VRP 问题 Matlab实现.m