搜索资源列表
一种基于蚁群算法的聚类组合方法
- 一种基于蚁群算法的聚类组合方法,具体可以查看里面书的内容。-ant colony algorithm based on the combination of clustering methods, the specific can view the contents inside.
AntCluster.rar
- 蚁群算法,可生成随机生成的图像和聚类图像。,Ant colony algorithm
jibenyiqunjuleisuanfa
- 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
pso_NEW_1
- 运用多目标蚁群算法求解旅行商问题,很好的一个程序。-The use of multi-objective Ant Colony Algorithm for Solving Traveling Salesman Problem, a good one.
ant_colony_optimization.tar
- 蚁群算法学习包,其中包括最全的发表在中外核心期刊的有关蚁群算法的Paper和研究发展。-Ant colony algorithm learning package, which includes most of the core were published in foreign journals on ant colony algorithm and Paper Research and Development.
algorithm
- 平时学习时搜集的算法书,聚类,神经网络,蚁群算,遗传算法-some e-books about the algorithm
ant_clustring
- 蚁群算法用于已知数目的聚类问题,解决任务分配等问题-Ant colony algorithm for clustering已知数purpose of solving the task allocation
LF
- 基于MATLAB蚁群算法LF解决聚类问题源程序代码,包括文档与论文-MATLAB-based ant colony algorithm to solve clustering problem LF source code, including documents and papers
yiqunsuanfamatlab
- 一种优化蚁群算法 只要改一下参数就可以实现您的计算效果-An ant colony optimization algorithm
aunt
- 蚁群算法,适合于图像处理,可以用的哦-it is very good for image prcessing
matlab
- VRP问题的蚁群算法源码,很经典,很实用-Ant colony algorithm VRP source problem, it is a classic, it is practical
aca
- 蚁群聚类算法,这个算法在处理油色谱数据时很有用的-Ant colony clustering algorithm, this algorithm is useful when dealing with the oil used for chromatographic data
yiqunsuanfamatlabyuanma
- 蚁群聚类算法,很有用的优化算法程序。希望对大家有用。-Ant colony clustering algorithm, a useful optimization process. Want to be useful to everyone.
yiqunsuanfa
- 蚁群算法,用于进行聚类分析,或者进行故障模式识别-ACO
C_AntClusterKnown
- 蚁群聚类分析,用于进行故障模式识别或者数据挖掘-ACA
Ant_clusting
- 蚁群聚类算法及其源码。是蚁群算法跟聚类算法的结合,启发式搜索社团结构。-Ant colony clustering algorithm and its source code. Ant colony algorithm with the clustering algorithm is a combination of heuristic search community structure.
zuiduanlujing
- 实现Floyd,Dijkstra,蚁群算法,并附上测试案例,希望能有用 -using c and matlab to realize floyd,dijkstra,ant-plane
jibenyiqunjulei
- 基本蚁群聚类算法,解决以前算法不收敛问题,内含详细注解。-Basic ant colony algorithm to solve the problem before the algorithm does not converge, containing detailed notes.
ant
- 关于蚁群聚类的程序,蚁群聚类可以解决很多问题,比如TSP问题-On the ant colony clustering procedures, ant colony clustering can solve many problems, such as the TSP problem
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,