搜索资源列表
蚁群算法代码
- 基本蚁群算法 c++实现
ACS
- 基本蚁群算法用于解决eil51 TSP问题代码,开发环境是VC-basic ant colony algorithm is used to solve eil51 TSP code development environment is VC
mayi-rj6437
- 基本蚁群算法的C++源程序,我上载的是txt文件 -basic ant colony algorithm C source, I uploaded the txt file
liziqunjiejueTSP
- 基本蚁群算法解TSP问题[matlab程序,大家参考-basic ACO for TSP [Matlab procedures, reference
yiqunsuanfachengxu
- 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
DynamicantcolonyoptimisationforTSP
- 从基本蚁群算法出发,基于 *+,(-./012345 6/2167/4 8.9:217)的邻域结构,提出了一种改进的优 化算法,给出了具体的算法步骤-from basic ant algorithm, based on*, (6/2167/4 8.9:217 greater measurement error) the neighborhood structure, propose an improved algorithm, th
TSPisaproblemofcombinatio
- [%] 基本蚁群算法 的不足主要表现在算法收敛速度慢,系统开销大-[%] Ant basic algorithm of the main performance in slow convergence, large overhead system
asdfsfsadfsda
- 基本蚁群算法ACO-求解TSP问题-matlab版-详细注释 -basic ant algorithm ACO- TSP-Matlab version- detailed Notes
Ant_Colony_Algorithm_C
- 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法。-C to achieve with Ant Colony Algorithm for TSP problem, combined with the basic ant colony algorithm and max-min ant colony algorithm.
ACOforTSP
- 用基本蚁群算法解决tsp即旅行商问题用vc环境的-With the basic ant colony algorithm to solve traveling salesman problem tsp that environment with vc
ant
- 基本蚁群算法寻找食物。需要TURBOC2运行环境。在vista下要兼容模式运行-The basic ant colony algorithm to find food
ant_TSP
- 基本蚁群算法,适合初学者使用,是基于TSP问题来实现蚁群算法的。非常经典。-ant
TSP_AS
- 基本蚁群算法用于解决tsp问题,保证可以运行,基本蚁群算法对于城市数非常敏感,过多的城市数会使运行实际急剧增加(Basic ant colony algorithm for solving TSP problems, to ensure that you can run, the basic ant colony algorithm is very sensitive to the number of cities, excessive
matlab-基本蚁群算法(TSP)(多点版)
- 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a pop
蚁群算法
- 但由于基本蚁群算法(Basic ant colony algorithm)收敛速度慢、易陷入局部最优,所以很多改进的蚁群算法被提出,补偿本身的缺点,在实际应用中也得到了很好的效果(However, due to the slow convergence speed of Basic ant colony algorithm and easy to fall into local optimum, many improved ant co
蚁群
- 实现蚁群算法的基本功能,解决了TSP的问题。(Implement the basic functions of the ant colony algorithm and solve the TSP problem.)
蚁群VRP
- 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)
关于蚁群算法的报告
- 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
静态路径规划
- 建立二维栅格地图并根据基本蚁群算法进行全局路径规划(Two dimensional grid map is established and global path planning is carried out according to basic ant colony algorithm)