搜索资源列表
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
- 用蚁群算法解决带有容量限制的车辆路径问题-Ant colony algorithm for solving vehicle routing problem with capacity constraints
CVRP
- 车辆路径问题CVRP的matlab编程,里面包含了A32数据的导入,以及距离矩阵和适应度函数,以及CVRP求解的主程序。(programming of vehicle routing problem CVRP)
PSO算法求解CVRP“车辆路径问题”
- 有容量限制的车辆路径问题的启发式算法,本实验采用的是粒子群算法(heuristic algorithm for capacited vehicle routing problem)
露天矿运输问题的模拟退火优化_彭程
- 一篇基于matlab,解决的CVRP问题的论文。关键词包含路径规划等。(A paper based on MATLAB to solve the CVRP problem. Key words include path planning, etc.)
Gurobi_CVRP
- matlab调用gurobi求解CVRP(Matlab calls gurobi to solve CVRP problem)
SA求解CVRP问题
- SA算法对CVRP问题求解matlab文件