搜索资源列表
1
- 蚁群算法解决VRP问题的一个可行程序-Ant colony algorithm to solve the problem of a feasible VRP program. . . . . . . .
ANT
- 蚁群算法解决VRP问题的可行算法-Ant colony algorithm for solving practical VRP problems. . . . . . . . . . . . . . . . . .
ANT2
- 蚁群算法解决VRP的可行算法-Ant colony algorithm to solve a feasible VRP algorithm. . . . . . . . . . . . . . . . . . . . . .
3
- 蚁群算法解决VRP的可行算法-Ant colony algorithm to solve a feasible VRP algorithm. . . . . . . . . . . . . . . . . . . . . .
ACATSP
- 蚁群算法解决VRP的可行算法-Ant colony algorithm to solve a feasible VRP algorithm. . . . . . . . . . . . . . . . . . . . . .
VRP
- 这是基于vc ++和车辆路径优化的蚁群算法,希望对大家有所帮助!-ant colony algorithm for VRP
VRP
- 蚁群算法解车辆调度问题,即多环运输在物流配送中的解决。-ACO vehicle routing problem, namely polycyclic transport in the logistics and distribution solutions.
VRP
- 该程序是用C++编写的蚁群算法程序,专门用来求解车辆路径问题(VRP)。-The program is in C++ ant colony algorithm written procedures, designed to solve the vehicle routing problem (VRP).
AntTSP
- 一种蚁群算法,主要关于VRP问题,可以计算最短路径,并且显示最佳路径-An ant colony, the main issue on the VRP, we can calculate the shortest path, and show the best path
VRP
- 蚁群算法,2-opt,解决车辆路径问题(vrp)的matlab代码,修正了原始代码忽略初始节点下一节点cost的问题,但是对某些测试数据集存在车辆数大于或小于的标准问题。-Ant colony algorithm ,2-opt, vehicle routing problem (vrp) matlab code, amended the original code ignores the initial node next node cost problems, but for some tes
ant-VRP
- 蚁群算法求解VRP问题的测试实例代码,数据比较少-Ant Colony Algorithm for VRP test case code, data is relatively small
ant_CSharp
- 车辆路径问题的蚁群算法程序代码,考虑车辆的载重限制-ant syatem,VRP
ant_vrp
- 蚁群算法解决中规模车辆路径问题,vrp国际案例验证,可以运行,有图-Ant colony algorithm to solve the scale of vehicle routing problem, VRP international case verification, you can run, there are plans
ACATSP
- 旅行商问题(Traveling Saleman Problem,TSP)是车辆路径调度问题(VRP)的特例,由于数学家已证明TSP问题是NP难题,因此,VRP也属于NP难题。旅行商问题(TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本(Traveling salesman Problem ('ll Saleman Problem, TSP) is a special case
stowxge
- 蚁群算法源程序 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784 1()