搜索资源列表
61185221164200791194591929675
- 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1
pso vrp1
- 用matlab 编的vrp程序,使用极坐标,并与公共数据库作了比较
蚁群算法
- 蚁群算法的代码实现,主要是针对车辆路径优化VRP 问题的实现(The vehicle routing problem with ant colony optimization algorithm)
vrp
- 车辆路径问题用遗传算法来求解,借助了matlab的程序代码(The vehicle routing problem is solved by genetic algorithm, with matlab program code.)
antfunc6
- matlab源代码 ,解决旅行商路径优化问题,visual C,特分享(matlab vrp,i see it by coincidence,and it is useful,so share for learning)
遗传算法VRP
- 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
87276403ga
- 运用matlab求解基本的带容量的车辆路径问题(Matlab is applied to solve the basic vehicle routing problem with capacity.)
CVRP
- 车辆路径问题CVRP的matlab编程,里面包含了A32数据的导入,以及距离矩阵和适应度函数,以及CVRP求解的主程序。(programming of vehicle routing problem CVRP)
多种群遗传算法的函数优化算法
- 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
vrpGA
- 使用遗传算法求解VRP问题,可更改数据,可用(Solve VRP problem with GA algorithm.)
GAforVRP
- MATLAB遗传算法解决VRP问题,不带时间窗的简单模型(MATLAB genetic algorithm to solve VRP problem)
VRP-模拟退火
- 可以运行,效果很好,就是我不明白,请大神解释一下(can run but very difficult to konw)
upload_车辆路径问题的matlab程序(多车型).rar
- 求解路径问题,目标函数时间最短,主要适用管科物流等专业学习使用,对时间,空间复杂性没有优化.(Solving the path problem, the objective function time is the shortest, which is mainly used for professional learning and learning, such as tube logistics, and it is not optimized for time and space comp
禁忌搜索法实现vrp,matlab
- 该算法主要是禁忌搜索法实现车辆路径优化,即计算vrp较好实现路径优化,matlab代码
人工鱼群算法求解VRP问题
- 使用matlab语言实现人工鱼群算法求解车辆调度问题(Using MATLAB language to implement artificial fish swarm algorithm to solve vehicle scheduling problem)
蚁群算法
- 用蚁群算法求解车辆路径问题,matlab语言程序(Ant colony algorithm for VRP)
ALNS
- 解决vrp问题的ALNS的matlab算法(Matlab algorithm of ALNS for VRP Problem)
TSP&VRPTW_BenchMark
- TSP算法和vrp算法,用于解决旅商问题和物流路线等问题,内含源代码(Tsp algorithm and VRP algorithm, which are used to solve the problems of travel business and logistics route, and contain the source code)
2E-VRP-master1205
- 两层车辆路径问题,可以运行,很不错 matlab程序(Two layer vehicle path problem, can run, very good matlab program)
遗传算法求解VRP问题
- 应用遗传算法求解单车场车辆路径问题。matlab代码