搜索资源列表
vrp.rar
- 编写的基于遗传算法解决VRP问题的源代码,Prepared VRP based on genetic algorithm to solve the problem of source code
AP_For_VRPTW100
- 车辆路径问题的C代码,里面有测试数据和结果分析。-Vehicle routing problem with the C code, there are test data and results analysis.
vrp
- VRp problem solver , vith source code-VRp problem solver , vith source code
VRP
- 一个求解车辆路径问题的粒子群算法的源码,用C++编写。-Solving a vehicle routing problem with the particle swarm algorithm source code, using C++ Prepared.
Neighbor-search-method
- 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
AAnt_colony_an
- 蚁群算法源程序.该程序试图对具有31个城市的VRP进行行求解,已知的最优解为784.1,已通过测试。 -Ant colony algorithm source code of the program is trying to line solving the VRP with 31 cities, the known optimal solution of 784.1, has been tested.
PSO
- 用粒子群算法解决一般的VRP问题,这个是PSO的源代码-This is the source code of the PSO particle swarm algorithm to solve the general problem of VRP,
CPP
- VRP问题的C++源程序,可以解决目标城市数量较少的VRP问题-C++ code for vrp
vrp-jieyuelichengsuanfa
- 数模vrp问题---节约里程算法C++代码 -vrp saving mileage algorithm C++ code。
VRP-1
- this code solves vehicle routing problem using simulated annealing algorithm in matlab. in this code , we create different models and then evaluate them using SA algorithm. one of the advantage of this code , is that code is splitting diff
antcolony
- vrp code with ant colony in matlab
vrp
- 此代码是用lingo实现基本的vrp问题,简单易懂,方便学习-This code is used to achieve the basic lingo vrp problem, easy to understand, easy to learn
GA-VRP
- 使用MATLAB解决了VRP问题 代码简单易懂-Use MATLAB to solve the VRP straightforward code
source
- VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest source code can be obtained http://www.coin-or.org/projects/VRPH.xml-VRP C/C++ Library of Local Search Heuristics for the Vehicle Routing Problem. ... latest sou
GA
- 是一个关于VRP问题的简单的GA算法代码,里面有零售商,中间商的成本关系!-Is a simple question about VRP GA algorithm code, there are a retailer, middleman cost relationships!
CVRP-GA-master (1)
- source code of VRP based on GA
vrp
- 车辆路径问题用遗传算法来求解,借助了matlab的程序代码(The vehicle routing problem is solved by genetic algorithm, with matlab program code.)
Genetic algorithm to vehicle routing problem
- 这个代码是采用遗传算法解决车辆路径优化问题,大家一块学习(This code is to solve the vehicle routing optimization problem with genetic algorithm.)