搜索资源列表
liziqunjiejueTSP
- 基本蚁群算法解TSP问题[matlab程序,大家参考-basic ACO for TSP [Matlab procedures, reference
ACOC++
- 这是一个基于基本蚁群算法求解源程序 可以修改循环次数和其他参数
BasicAnt
- 基本蚁群算法的源代码 经过一些改正 改正了原来的一些错误 可以运行
智能蚁群算法及应用
- 作为群体智能的一种典型实现,蚁群算法正在受到学术界的广泛关注。这是一种基于种群寻优的启发式搜索算法,由M.Dorigo等人于1991年首先提出。本书从基本结构、算法特点、改进方法、突破途径、实现模式及应用模式等方面做了一些系统的研究工作,观点新颖,内容全面,具有一定的学术价值和研究意义
jibenyiqunjuleisuanfa
- 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
Ant-Algorithmcpp
- 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
ASO_DHB
- 基本蚁群算法(段海滨《蚁群算法原理及应用》附录Matlab程序)-Basic Ant Colony Algorithm for TSP
AntAlgorithm
- 用c++实现的基本蚁群算法,有算法描述,可读性强-Using c++ to achieve the basic ant colony algorithm, there is descr iption of the algorithm
200981115234233403
- 基本蚁群优化算法的MATLAB程序-ant colony optimization-------------------------------------
An-Colony-Algorithm-and-its-application
- 段海滨2005年编写的课本蚁群算法原理及其应用~~~里面介绍了蚁群算法的基本原理-An-Colony-Algorithm-and-its application
ant_TSP
- 基本蚁群算法,适合初学者使用,是基于TSP问题来实现蚁群算法的。非常经典。-ant
ant
- 蚁群算法 基本实现代码 C实现 已经编译过-ACO ant colony algorithm
TSPGOOD
- 基本蚁群算法的matlab实现,可以用于求解城市间的最短路径问题。-Matlab implementation of basic ant colony algorithm can be used to solve the shortest path between cities.
ACS1
- 稍加修改的基本蚁群算法,可用于求解交通路径规划中的距离最短路径的求解。-Slightly modified the basic ant colony algorithm can be used to solve the traffic path planning to solve the shortest path distance.
yiqunsuanfa
- 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
yiqun
- 有关蚁群算法的文献,大概有130多篇,文章很全,基本蚁群算法的应用都涉及到了。-The ant colony algorithm of the literature, there are about 130 more than paper, the article is complete, the application of basic ant colony algorithm are involved.
基本蚁群算法程序
- 本文算法可用于优化、识别等问题,和其他遗传算法有同工异曲之妙
matlab-基本蚁群算法(TSP)(多点版)
- 蚁群算法解决TSP问题的matlab源代码(Ant colony algorithm to solve the TSP problem matlab source code)
最基本的蚁群算法+2opt邻域搜索_求解TSP
- 蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。(We list below 25 TSP instances taken from the World TSP. For these instances, the cost of travel between cities is specified by the Eulidean distance
静态路径规划
- 建立二维栅格地图并根据基本蚁群算法进行全局路径规划(Two dimensional grid map is established and global path planning is carried out according to basic ant colony algorithm)