遗传算法求解同时取送货的车辆路径问题我要分享

Genetic algorithm for vehicle routing problem with simultaneous pickup and delivery

遗传算法 车辆路径

关注次数: 423

下载次数: 3

文件大小: 569 KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

利用遗传算法求解同时取送货的车辆路径问题,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