搜索资源列表
tsp
- TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
for-gsk
- 蚁群算法的优化,最小最大蚁群算法,加上方向因子-Ant colony optimization, ant colony algorithm for the minimum maximum, plus orientation factor
MMAS
- 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
ant_method
- 最大最小蚁群算法,有效解决基本蚁群算法中的收敛性的问题-Ant colony algorithm for the maximum and minimum
yiqunsuanfa
- 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
MMACA
- 这是基于VB的关于最大最小蚁群算法,希望对大家有所帮助!-Max-Min ant colony algorithm
MMASForTSP
- 最大最小蚁群算法求解TSP。最大最小蚁群算法通过限制信息素的上下限,使得搜索的开发探索能力更强。-Max- min ant colony algorithm for solving TSP. Maximum and minimum ant colony algorithm pheromone upper and lower limits, allowing developers to explore the ability to search for more.