车辆路径问题我要分享

vehicle routing problem

matlab 路径 问题 车辆

关注次数: 235

下载次数: 1

文件大小: 76.48 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:这里是物流配送路径问题和算法的代码指导意见:1.解压缩并复制到 matlab 默认文件夹中的所有文件 (4)2.我有物流配送路径问题,例如在这里 (25 客户),例如如果你有车辆容量 100,所以试着为在命令窗口中运行:Main(Problem25,100)3.当然你可以修改能力即 75,150 等,你可以创建新的物流配送路径问题,这个问题的解释是在 Problem25.m文件4) 您也可以修改图片,您可以调整的限制坐标,在这里我使用坐标 x = 0 到 x = 100,y = 0 至 y = 100。设置位于NIAlgVRP.m5.文件的说明:==================================1.主营: 算法求解车辆路径问题2.ConstEvalVRP: 约束的车辆路径问题的评价3.Problem25: CVRP 问题包括 25 节点,要求,和坐标的位置,4.地图: 地图


English Description:

Here is the code for VRP problem and the algorithmsGuidance :1. Extract and Copy all files (4 files) to matlab default folder2. I have a VRP problem for example here (25 customer), for example ifyou have vehicle capacity 100, so try to Run at command windows :    Main(Problem25,100)3. Of course you can modify the capacity i.e 75, 150 etc, and U cancreate a new VRP problem, explanation of the problem is in Problem25.m Click the file on the left to start the preview,please !The preview only provides 20% of the code snippets, the complete code needs to be downloaded Loading Report


代码预览