搜索资源列表
distribusi
- vrp using GA to minimize travel time. vehicle routing problem to solve scheduling. from depot to consumer. and the go back to the depot
SA-VRP(TS-VRP)
- 采用模拟退火算法或禁忌算法求解车辆路径问题-Using simulated annealing algorithm or tabu search algorithm to solve the vehicle routing problem
geneticVRP
- 使用matlab进行遗传算法编例,解决车辆路径最优化问题。-vrp with matlab
SA-algorithem-forVRP
- 使用matlab进行模拟退火算法编例,解决车辆路径最优化问题。-vrp with use of SA
Tabu-Search-matlab
- 使用matlab进行禁忌搜索算法编例,解决车辆路径最优化问题。-vrp with use of tabu search
TSPLIB_DATA
- 解决TSP问题以及VRP问题的标准算例,TSPLIB中整合了研究领域经常使用的44个算例,并且包含当前最优解-Standard solution of the TSP and VRP problem example, TSPLIB the integration of 44 frequently used examples of research areas, and contains the current optimal solution
3LHFVRP
- VRPH alrorithm program to resolve VRP with heterogeneous fleet. You can verify it and make you suggestions.-VRPH alrorithm program to resolve VRP with heterogeneous fleet. You can verify it and make you suggestions.
VRPcode
- VRP问题的matlab实现源代码,遗传算法,标准VRP问题-the code of VPR by matlab
GAforVRP
- 利用Matlab编写的程序,GA算法解决车辆调度问题VRP-Programs written in Matlab, GA algorithm to solve vehicle scheduling problem VRP
SAforVRP
- Matlab编写的,利用 SA算法解决VRP问题-Matlab prepared using the SA algorithm to solve the VRP
ant_CSharp
- 车辆路径问题的蚁群算法程序代码,考虑车辆的载重限制-ant syatem,VRP
PSO1
- 关于VRP问题的粒子群算法的源代码,里面的算法可能有一点简单!-VRP problem on particle swarm algorithm source code, which the algorithm may be a little easier!
VRP
- vehicle routing probem for PSO
tabu-search-matlab
- 求解VRP 问题的智能算法 禁忌搜索算法MATLAB源代码-tabu-search MATLAB code of VRP
ts
- 里面介绍的是使用禁忌搜索求解vrp,只要修改下数据就可以使用,用的是MATLAB写的-vrp MATLAB ts
cw_vrp
- 介绍节约算法的文章,包括一个用MATLAB编写的程序和一个用c++编写的程序-cw vrp
3l_cvrp
- 介绍的是三维装箱和vrp结合的代码,使用粒子群和局部搜索结合的方法-3l_cvrp matlab
vrp
- 微粒群遗传退火算法例程 车辆调度优化问题-Genetic annealing particle swarm optimization algorithm for vehicle scheduling routines
GA_CVRP
- 用遗传算法和模拟退火实现的限重的VRP(CVRP),250个customer,一个仓库,数据文件在里面,导入eclipse就可以运行。-this is a hybrid algorithm of GA and SA to solve CVRP problem, which is devopled on eclise with java.it contains a input dataset involved with 249 customers and one single depot.
MDVRP
- 运用matlab软件,利用遗传算法解决VRP问题- using genetic algorithms to solve the problem of VRP