搜索资源列表
20070609
- 高斯回代算法源代码 蚁群算法的matlab源码 蚁群算法TSP(旅行商问题)通用matlab程序 Java实现几种常见的排序算法 用pascal语言实现希尔排序算法-Gaussian back to the source code generation algorithm Ant Algorithm Matlab source Ant Algorithm TSP (TSP) General Matlab procedures Java Several ranking algori
ACS.pdf
- 连续蚁群算法,对大家可能有帮助,希望大家互相学习。
12
- 讲解了蚁群算法,适合学习数据结构和算法的朋友,欢迎下载!
Genetic_Ant_Algorithms
- 关于蚁群优化算法程序,VC++实现 不知是否可以
ACO
- 算法设计与分析 蚁群算法的设计和分析,具体的代码和细致的讲解
JS版蚁群算法
- JS版蚁群算法
yiqun-Cpro
- 基本蚁群算法程序 可以修改循环次数和其他参数。以得到更好的解-The basic ant colony algorithm can be modified cycles and other parameters. In order to obtain a better solution
matlabyiqunsuanfa
- 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
yiqun
- 蚁群算法求解最优路径,进行城市间最优路径的选择,用于解决tsp问题-Ant colony algorithm for optimal path
MMAS
- MMAS 蚁群优化算法 -MMAS ACO
ant-colony-optimization
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。 -ACO (ant colony optimization, ACO), also known as the ant algorithm is a method used to find the optimal path in the graph the probability-based algorithm.
NewAntProject
- 蚁群算法的c语言代码 求解最优路径,给出最短的行进路程-Ant Colony Algorithm
The-maximum-minimum--
- 旅行商最短路径问题近似算法最大最小蚁群算法,使用vc2008版本-Maximum and minimum ant colony algorithm
AntClony-Matlab
- 蚁群算法在matlab中的模拟,基本调试成功,请高手指点~-Ant colony algorithm in matlab simulation, basic debugging success, experts urged to
aco
- 这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the network, as well as books on some o
tsp
- 用蚁群算法解决TSP问题,快速便捷而且很全面,比较谨慎-Ant colony algorithm to solve TSP, quick and easy and very comprehensive, more cautious
TSP-source-code
- C++环境下,用蚁群算法解决TSP旅行商问题-The TSP problem ant colony algorithm to solve the C++ environment
yiqunsuanfa
- 蚁群算法较完整的程序,对初学者很有用。希望能帮到需要的朋友。-Ant colony algorithm is a complete program, very useful for beginners. I hope to help a friend in need.
Ant-algorithm
- 蚁群算法,人工智能,C++实现,可以用来学习解决TSP问题,图像拼接问题,希望对你有帮助!-Ant algorithm,it has been proved that that can help you learn or solve TSP or NP!
蚁群算法
- 但由于基本蚁群算法(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 colony algorithm is proposed to
