搜索资源列表
yqsfmatlab.rar
- 强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。,Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.
yiqunsuanfa.rar
- 实用的蚁群算法,程序试图对具有31个城市的VRP进行求解,简单实用,Ant colony algorithm practical, the program attempts to have 31 cities to solve the VRP, simple and practical
vrproblem.rar
- 解决vrp问题用蚁群算法,其中有出错误,还没找出来。,ant colony vrp
蚁群算法解决车辆最优路径问题
- 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!,Ant colony algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
VRP
- 这是一个有关蚁群求解vrp问题。需建立文件输入客户地址。-This is an issue of the ant colony to solve vrp.
Ant_colony_algorithm_source_code
- 蚁群算法源程序.该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm source code
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
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
ant-colony-matlab
- 求解VRP问题的新解法蚁群算法matlab程序-The new method for solving VRP problems ant colony algorithm matlab program
VRP
- 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
ant-VRP
- C++实现的VRP算法,作为实例非常不错的-C++ implementation of the VRP algorithm, as a very good example
VRP
- Vehicle routing problem with ant colony
VRP
- 这是基于vc ++和车辆路径优化的蚁群算法,希望对大家有所帮助!-ant colony algorithm for VRP
ant-VRP
- 蚁群算法求解VRP问题的测试实例代码,数据比较少-Ant Colony Algorithm for VRP test case code, data is relatively small
ant-vrp
- 基于蚁群算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Ant colony algorithm based on code written by the traveling salesman problem, the function can solve the basic problem, hoping to help you! Download it
vrp
- 应用蚁群算法,求解路径规划、路径选择、最优路径的VRP等问题。(Ant colony algorithm to solve VRP problem)
vrp
- 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that
matlab蚂蚁算法VRP
- matlab 蚂蚁算法 进行VRP 计算(Matlab Ant Algorithms for VRP Computing)
蚁群VRP
- 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
VRP - 副本
- 用于求解配送路径优化问题,即vrp问题,算法是蚁群算法,优化目标为路线最短(It is used to solve the distribution path optimization problem, that is vrpentire. The algorithm is ant colony algorithm, and the optimization goal is the shortest route)