搜索资源列表
yiqunsuanfa
- 基本蚁群算法求解TSP问题 该程序是运行过的没有问题的-Basic Ant Colony Algorithm for TSP problem is to run the program had no problem
ACATSP1
- 用基本的蚁群算法求解TSP问题,改算法可移植性比较强,还可用于解决其他如图着色等问题-Solving TSP Problem
AntSystem-WithPlay
- 基本蚁群算法求解TSP问题的MATLAB源代码-TSP Ant Colony Algorithm for the basic question of the source code of MATLAB
anttsp
- 用蚁群算法解决TSP问题,其中有基本蚁群,蚁密系统,还有自己提出的改进算法,自带GUI界面。-TSP with ant colony algorithm to solve the problem, including the basic ant colony, ant density systems, as well as the improved algorithm itself, its own GUI interface.
antcolonyalgorithm
- 用基本蚁群算法实现CDMA系统中的多用户检测-Basic ant colony algorithm with CDMA systems multiuser detection
jibenyiqunjulei
- 基本蚁群聚类算法,解决以前算法不收敛问题,内含详细注解。-Basic ant colony algorithm to solve the problem before the algorithm does not converge, containing detailed notes.
ant
- 基本蚁群算法对TSP问题的matlab程序实现-Ant colony matlab program realization
work1
- 基本蚁群算法,,希望大家能够喜欢,很好的资源-Ant colony algorithm
Ant-colony-algorithm
- 蚁群算法,包括基本蚁群算法,排序蚁群算法,最大最小蚁群算法-Ant colony algorithm, including the basic ant colony algorithm, sorting ant algorithm, ant colony algorithm for the maximum and minimum
ACO
- 基本蚁群算法,主要做的是最短路径,请大家修改后应用-Basic ant colony algorithm, the main job of the shortest path, let us apply the modified
clustering-based-on-improved-ACO
- 给出了一种改进的蚁群算法的聚类程序,比基本蚁群聚类效果好。-very useful
changeABCmatlab
- 基本蚁群算法,其中有算法的源码和算法改进程序-Basic ant colony algorithm, the algorithm source code and algorithms to improve procedures
antinface
- 在基本蚁群算法基础上,进行优化改进,实现最短路径搜寻-Optimized to improve the basic ant colony algorithm based on shortest path search
ant31tsp
- 利用基本蚁群算法完美解决了31城市最短路径问题,matlab上完全可以运行成功-The basic ant colony algorithm perfect 31 cities to solve shortest path problem matlab can run successfully on
蚁群算法
- 基本蚁群算法C语言编写,txt存储,可以直接复制粘贴使用
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 number of cities will make th
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
蚁群
- 实现蚁群算法的基本功能,解决了TSP的问题。(Implement the basic functions of the ant colony algorithm and solve the TSP problem.)
蚁群算法求解TSP问题
- 利用基本蚁群算法求解TSP问题,在100次迭代中得到了收敛
蚁群VRP
- 用蚁群算法解决VRP问题,包含基本蚁群算法(我记得不含时间窗约束)(Using ant colony algorithm to solve VRP problem, including basic ant colony algorithm)