搜索资源列表
matlab版VRP问题
- matlab上解决VRP问题的算法
vrpGA.rar
- VRP问题的遗传算法程序 matlab写的,经典,智能算法,the procedures of VRP problem which is compiled by GA and running in matlab.
matlab-VRP
- 基于混合优化算法的车辆路径问题研究 matlab开发环境-matlab VPR Particle Swarm Optimization,PSO
matlab
- C-W节约法的matlab实现源代码,解决vrp问题-CW Conservation Act of matlab implementation source code, to solve the problem vrp
tabu-search-matlab
- TSP for VRP solution w/ capacity constraint using Tabu Search Algorithm
VRP
- 这是一个用C++编写的vrp问题的源码,很适合初学者。-This is a C++ Prepared vrp source issues, it is suitable for beginners.
vrp
- 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言-I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language
amos
- this the programme of VRP-this is the programme of VRP
ant-colony-matlab
- 求解VRP问题的新解法蚁群算法matlab程序-The new method for solving VRP problems ant colony algorithm matlab program
PSOforTSP(MATLAB)
- 粒子群算法解决VRP代码(matlab)-Particle swarm algorithm to solve VRP code (matlab)
SA-for-VRP
- it s Seimulated annealing for VRP with capacity constraint
遗传算法
- 采用matlab语言编写,解决线路规划问题即VRP(solving VRP in matlab)
VRP
- MATLAB CODE FOR TIME VRP
matlab_vrp(1)
- 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但
SAforVRP
- 模拟退火算法求解车辆路径问题的MATLAB代码(Simulated annealing algorithm for vehicle routing problem)
97288380tabu-search-matlab
- 路径规划问题的禁忌算法matlab程序。(Tabu search algorithm matlab program for path planning problems)
VRP问题
- 利用遗传算法实现VRP问题,本算法有较好的时间效率,同时产生了比较不错的结果,请大家批评指正(Using genetic algorithm to achieve VRP problem, the algorithm has better time efficiency, and produced relatively good results, please criticize and correct)
VRP算法下载
- 关于vrp最短路径问题的matlab程序,非常的实用(The vrp shortest path problem matlab program, very practical)
VRP算法下载
- 通过多种不同算法,对车辆路径规划问题进行求解,使用matlab编程(Through a variety of different algorithms, the problem of vehicle path planning is solved and MATLAB programming is used.)
遗传算法实现的vrp问题求解
- 实现VRP问题遗传算法,通过遗传算法解决由MATLAB来说明(Genetic algorithm for realizing VRP problemThe solution of the genetic algorithm is explained by MATLAB)