搜索资源列表
cvrp
- 蚁群算法是近年来出现的一种新德仿生类进化算法[8],它的基本原理源于昆虫学家们的观察和发现 -ant algorithms, which is the emergence of a new category of bionic Germany evolutionary algorithm [8] it stems from the basic tenets of the entomologist observed and found
CVRP-N
- 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
CVRP-N
- 采用微粒群(粒子群/PSO)算法求解CVRP“车辆路径问题”的代码,对于中小规模算例能有很快的速度,对于大规模问题则效率偏低。文件包内附国际常用算例十余个。如有任何疑问,可以到http://2shi.phphubei.com.cn/index.php发帖咨询。-Using particle swarm (PSO/PSO) algorithm CVRP " vehicle routing problem," the code, for example small and me
CW-Saving
- 用csharp给车辆路径问题写的节约算法,用arraylist实现路径的存储,很适合初接触车辆路径问题或csharp编程的朋友。另外考虑了对于循环取货所需要的1比1空箱返回。-A C# Code for CVRP with empty containers exchange. The Algorithms is the classical Clarke-Wright Saving Algorithms. Also realized with arraylist, which could be h
GA-FOR-VRP
- 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
Delphi-CVRP
- 用Delphi实现CVRP问题,利用2-opt方法进行了局部优化,具有很好的学习效果-Using Delphi to achieve CVRP problem, by using 2-opt local optimization methods, has a good learning
Tourenplanung_example
- 用对偶形式的主次问题和单纯形法精确解cvrp车辆路径问题,环境为gams,一种类似lingo,国际上也经常使用的数学规划软件。-a exact solution of cvrp with dual variable and simplex method in the enviorment GAMS, which is similar to Lingo, is also popular in the world for Operation Research.
vrp
- On the calculation of osp and cvrp problem, it is common, want to give everyone a little help
Genetic-algorithm-for-optimal-path
- 改进遗传算法求解CVRP的程序(车辆路径问题) VC++环境下编码-Genetic algorithm for optimal path
CVRP
- 这是我用蚁群算法做OCVRP的一个代码。代码不是很复杂,但是通用性还可以,里面有一个实验用的数据。-I to do OCVRP ant colony algorithm code. The code is not very complex, versatility, there is an experiment with the data.
CVRP
- 蚁群算法解决CVRP问题的VC/C++源码-Ant algorithm to solve the CVRP problem the VC/C++ source
SavingsMethod
- 解决CVRP的著名的saving method方法-The Saving method to solve CVRP
SA_CVRP
- 模拟退火法实现CVRP问题求解,对应Taillard问题数据集-Simulated annealing CVRP achieve problem solving, data sets corresponding to the problem Taillard
CVRP
- 用蚁群算法解决带有容量限制的车辆路径问题-Ant colony algorithm for solving vehicle routing problem with capacity constraints
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.
CVRP-master
- 解决CVRP路线问题的代码, 可以修改后进行启发式算法更改(code for solving CVRP problem)
CVRP
- 车辆路径问题CVRP的matlab编程,里面包含了A32数据的导入,以及距离矩阵和适应度函数,以及CVRP求解的主程序。(programming of vehicle routing problem CVRP)
PSO算法求解CVRP“车辆路径问题”
- 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
Gurobi_CVRP
- matlab调用gurobi求解CVRP(Matlab calls gurobi to solve CVRP problem)
SA求解CVRP问题
- SA算法对CVRP问题求解matlab文件