文件名称:vrp
介绍说明--下载内容均来自于网络,请自行研究使用
用matlab解决vrp问题,本程序为遗传算法解决基本VRP问题的例程。各供货点距离矩阵及遗传算法参数在VRP.M中给出。以路径长度作为遗传算法的适应度函数,约束函数通过在LEN中增加惩罚因子体现,本程序简便起见将不满足约束的直接加100;-Vrp matlab to solve the problem with the program for the genetic algorithm to solve the basic problem VRP routines. The delivery point distance matrix and genetic algorithm parameters are given in VRP.M. Path length as a genetic algorithm with fitness function, constraint function by adding penalty factor reflects LEN, this program does not meet the constraints of simplicity will direct plus 100
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exchange.m
geneticVRP.m
immuni.m
intercross.m
mutate.m
myLength.m
readme.txt
VRP.m