搜索资源列表
xyz
- 具有模糊旅行时间的VRP的一种混合遗传算法-fuzzy travel time of the VRP a mixed genetic algorithms
禁忌搜索解决vrp问题
- 利用禁忌搜索算法解决vrp问题的matlab源程序
数据通信 TCP/IP VRP PPPoE
- 华为内部培训 数据通信 TCP/IP VRP PPPoE
C-W-savings-algorithm
- C-W节约算法是最经典的求解车辆路径问题的启发式算法。-The Clarke and Wright(1964) savings algorithm is perhaps the most widely known heuristic for the VRP.
JavaACSFramework
- 伴随JavaACSFrameworkSrc.zip使用,是前者的介绍和使用说明书,关键字: Ant Colony, ACO-Accompanied by the use of JavaACSFrameworkSrc.zip is the introduction and use of the former descr iption, keyword: Ant Colony, ACO
8vrp
- vrp问题的解决,对8个点的计算解决比较好-vrp problems, the 8-point solution to a better calculation
antcolonyalgorithmforVRP
- 蚁群算法解VRP问题 蚁群算法解VRP问题 蚁群算法解VRP问题 -the procedure of ant colony algorithm for VRP,used to solve the famous HP-hard problem: the VRP problem with the ant colony algorithm developed with matlab. It s not a felwell procedure, there are still some problems
VRP
- VRP (Costing Saving Method)
backtracking-algorithm-C
- 这是求解VRP和TSP相关问题的回溯算法,基于C语言环境-This is a VRP and TSP solving issues related to backtracking algorithm, based on C language environment
GA
- 遗传算法解决VRP问题,程序代码经调试通过,可运行,C-Genetic algorithm to solve the VRP problem by debugging through the code, you can run, C++
vrp
- 进化算法及其在全局优化和VRP中的应用的毕业论文-Evolutionary Algorithm and Its Application in GlobalOptimization and Vehicle Routing Problem
DeliveryaPickup-with-Multidepot
- It is a descr iption about VRP
matlog
- VRP, for solving vehicle routing problem
VRP--NEW
- this is a new code to solve vrp problem (vehicle routing problem) hope works,
vrpGA
- this is a code for solving vrp or vehicle routing problem for engineers, hope works
rc1
- 用于vrp车辆调度标准数据,方便学术研究,为他人提供便利。-Vrp standards for vehicle scheduling data to facilitate academic research, to facilitate others.
ACO
- :强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。-Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.-: Powerful ant colony algorithm matlab source code, you can quickly solve difficult problems vrp etc. n
ant-algorithms-of-vrp
- 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant colony algorithm has its own ad
遗传算法VRP
- 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
PSO
- 目前车辆路径问题是关注的焦点,本程序是解决VRP的基本程序(solve VRP)