中文说明:
利用遗传算法求解同时取送货的车辆路径问题,matlab编写代码,直接运行。
English Description:
The genetic algorithm is used to solve the vehicle routing problem with simultaneous delivery, and MATLAB is used to write the code and run directly.Genetic algorithm for vehicle routing problem with simultaneous pickup and delivery
关注次数: 423
下载次数: 3
文件大小: 569 KB
中文说明:
利用遗传算法求解同时取送货的车辆路径问题,matlab编写代码,直接运行。
English Description:
The genetic algorithm is used to solve the vehicle routing problem with simultaneous delivery, and MATLAB is used to write the code and run directly.calefitness.m
data.xlsx
exchange.m
ga_intercross.m
ga_mutate.m
ga_select.m
MatrixFitness.m
myDist.m
OUTPUT.m
OutputResult.m
rule1_2.m
rule3.m
VRPSDP.m
GAforVRPSDP