搜索资源列表
matlab-VRP
- 基于混合优化算法的车辆路径问题研究 matlab开发环境-matlab VPR Particle Swarm Optimization,PSO
based-on-GA-solve--VRP
- 求解多目标车辆路径问题的遗传算法的小文章-based on GA solve the mutil-objects problem with the help of time window
采用粒子群算法,有效解决车辆路径优化问题
- VRP的实现,采用粒子群算法,有效解决车辆路径优化问题-VRP realization using particle swarm effective solution to the VRP
vrp-ga
- 这是基于matlab的通过遗传算法解决物流配送车辆路径问题-This is based on matlab by genetic algorithms to solve the logistics distribution vehicle routing problem
matlab-vrp
- 车辆路径问题中用遗传算法实现matlab程序 。-The vehicle routing problem matlab genetic algorithm. . . .
Ga-Sa-vrp
- 用遗传算法--模拟退火算法求解车辆路径问题。-Using genetic algorithms- simulated annealing algorithm for vehicle routing problem.
ga-vrp
- 解决车辆路径问题的遗传算法,已经验证,可以运行-Solving vehicle routing problem genetic algorithm has been verified, you can run
vrp
- vrp问题代码,免疫遗传算法求解车辆路径问题-vrp problem code, immune genetic algorithm for vehicle routing problem
SA-VRP(TS-VRP)
- 采用模拟退火算法或禁忌算法求解车辆路径问题-Using simulated annealing algorithm or tabu search algorithm to solve the vehicle routing problem
SAforVRP
- 模拟退火算法求解车辆路径问题的MATLAB代码(Simulated annealing algorithm for vehicle routing problem)
遗传算法VRP
- 本资料解决带有时间窗的车辆路径问题,希望与大家进行分享与交流。(The problem of vehicle routing with time windows is solved.)
VRP算法下载
- 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
多种群遗传算法的函数优化算法
- 车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序(progrmming of vehicle routing problem)
PSO算法求解CVRP“车辆路径问题”
- 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
车辆路径问题概念、模型与算法(五星推荐).pdf
- VRP 带软时间窗口的源码,遗传算法,车辆调度(VRP with time windows)
vrp
- 车辆路径问题 多种算法解决 遗传算法 改进的遗传算法(Various Algorithms for Vehicle Routing Problem Improvement of Genetic Algorithms)
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)
vrp
- 遗传算法求解vrptw,带时间窗约束的车辆路径问题(Genetic algorithm for VRPTW vehicle routing problem with time window constraints)
5个求解车辆路径问题
- 5个求解车辆路径问题(VRP)的MATLAB算法源程序和相应数据(数据也在m文件里),包括三种遗传算法,SA算法和禁忌搜索算法的m文件