搜索资源列表
MAX_MIN_Ant_System
- matlab中求解最大最小问题的蚂蚁算法源代码。很有参考价值。-Matlab solution of the biggest problems the smallest ant algorithm source code. Great reference value.
tsp
- TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
最大最小蚂蚁系统
- 一种用matlab实现的改进型的蚁群算法,希望对大家有帮助
MAX_MIN_Ant_System
- matlab中求解最大最小问题的蚂蚁算法源代码。很有参考价值。-Matlab solution of the biggest problems the smallest ant algorithm source code. Great reference value.
tsp
- TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
MAX-MINAntSystem
- 最大最小蚂蚁系统程序,供学习应用者参考。-Max-min ant system program for the learning applications in Taiwan.
ASZ_ODER_MAXMIN
- 包含了一个蚂蚁算法中的蚁周系统,采用了最大最小方法,程序运行良好!-Contains an ant algorithm ants week system, using the maximum and minimum methods, procedures worked well!
java_ant
- 百度和腾讯常用面试笔试到的蚂蚁编程问题。有一根27厘米的细木杆,在第3厘米、7厘米、11厘米、17厘米、23厘米这五个位置上各有一只蚂蚁。 木杆很细,不能同时通过一只蚂蚁。 求所有蚂蚁都离开木杆 的最小时间和最大时间 -Baidu and tencent common interview written to ant programming problem
MAX-MIN-Ant-System
- 最大最小蚂蚁系统优化算法求解TSP问题,最优化遍历所有城市。-Max Min ant system optimization algorithm for TSP, optimization through all cities.
MMASP
- 改进的最大最小蚂蚁系统,把信息素更新分为3个阶段,每个阶段信息素的浓度数量级相差很大,更加相差的数量级,调整更新的信息素-Improved maximum and minimum ant system, the pheromone update into three phases, each pheromone concentration very different order of magnitude more difference
Ant-colony-algorithm
- 蚂蚁在一开始拥有的信息素总量,越大表示程序在较长一段时间能够存在信息素。信息素消减的速度:随着时间的流逝,已经存在于世界上的信息素会消减,这个数值越大,那么消减的越快。 错误概率表示这个蚂蚁不往信息素最大的区域走的概率,越大则表示这个蚂蚁越有创新性。 速度半径表示蚂蚁一次能走的最大长度,也表示这个蚂蚁的感知范围。 记忆能力表示蚂蚁能记住多少个刚刚走过点的坐标,这个值避免了蚂蚁在本地打转,停滞不前。而这个值越大那么整个系统运行
课程论文
- 将普通蚁群算法和最大最小蚂蚁改进蚁群算法作比较,实现了最短路径规划,含有文章和代码,可以运行,值得一看,是我的一个课程论文。(Comparing the common ant colony algorithm with the maximum ant ant improved ant colony algorithm, the shortest path planning is realized. It contains article
蚁群算法
- 本文对蚁群算法的基本理论以及在 TSP 问题中的应用进行了系统研究和 MATLAB 仿真。介绍了蚁群算法的基本原理、特点和算法的实现方法。.基本蚁群算法由于存在搜索时间长,易陷入局部最优解等突出缺点,使得求解效果不是很好。针对这些缺陷,提出了改进的蚁群算法(最大-最小蚂蚁系统)求解 TSP 问题。改进主要在于限制路径信息素浓度、信息素的初始值以及强调对最优解得利用这三个方面。(In this paper, the basic theor
MMAS
- 在信息素更新上面对于蚁群算法所做出的改进,(In pheromone update, the improvement of ant colony algorithm is made,)