搜索资源列表
105230321gademo13
- 这个程序是用遗传算法解决车辆路径问题的.程序完整,完美.-the procedure is using genetic algorithms to solve vehicle routing problem. The integrity of the process and perfect.
GA_only-mutation
- 遗传算法解决车辆路径问题,用matlab解答,可以直接运行-Genetic algorithm can solve the vehicle routing problem
PSO
- 用粒子群算法计算最短路径,一般用于车辆路径问题-PSO
chelianglujing
- 下面的源代码是解决车辆路径问题的。谈一点经验性的东西,就是在进行染色体交叉时,一定要注意基因结构的问题。-The following source code to solve the vehicle routing problem. Things to talk about one empirical, that is, during the cross-chromosome, we have to pay attention to the problem of gene structure.
采用粒子群算法,有效解决车辆路径优化问题
- VRP的实现,采用粒子群算法,有效解决车辆路径优化问题-VRP realization using particle swarm effective solution to the VRP
模拟退火法解决车辆路径问题
- 模拟退火法解决车辆路径问题,用matlab编程解决的,亲测可用.
成功的蚁群
- 能够运行起来的matlab代码,解决车辆路径问题,程序能够跑起来,对学习车辆路径问题有所帮助(Matlab code that can run, solve the vehicle routing problem, the program can run, help to learn the vehicle routing problem)
VRP算法下载
- 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
GRASP
- 贪婪随机自适应算法计算有时间窗的车辆路径问题(A GRASP for the vehicle routing program with the time window)
PSO算法求解CVRP“车辆路径问题”
- 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
车辆路径问题概念、模型与算法(五星推荐).pdf
- VRP 带软时间窗口的源码,遗传算法,车辆调度(VRP with time windows)
车辆路径
- 带有时间窗的车辆路径问题,matlab代码,亲测可用,便于修改。
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 using SA
- vrp,车辆路径问题的一种尝试解决方法,一整套matlab程序源码(Capacitated Vehicle Routing ProblemVRP using SA)
aco
- 采用改进的蚁群智能算法,得到车辆最短路径问题快速有效的局部最优解。(The improved ACO to obtain the shortest path problem vehicle fast and effective local optima.)
Solomon标准数据
- 用于测试车辆路径问题的Solomon标准数据,全面56个,方便各位研究者下载研究测试(There are 56 standard Solomon data for testing vehicle routing problem, which is convenient for researchers to download and test)
vrp
- 遗传算法求解vrptw,带时间窗约束的车辆路径问题(Genetic algorithm for VRPTW vehicle routing problem with time window constraints)
MATLAB
- 通过该模型求解带软时间窗的vrptw模型,得到车辆路径问题的最优解(By solving the VRPTW model with soft time window, the optimal solution of vehicle routing problem is obtained)
遗传算法求解VRP问题
- 应用遗传算法求解单车场车辆路径问题。matlab代码
5个求解车辆路径问题
- 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件