搜索资源列表
AntNet
- 一种基于蚁群聚类的径向基神经网络 提出了一种基于蚁群聚类算法的径向基神经网络. 利用蚁群算法的并行寻优特征和挥发系 数方法的自适应更改信息量的能力,并以球面聚类的方式确定了径向基神经网络中基函数的位置, 同时通过比较隐层神经元的相似性、合并相似性较为接近的2 个神经元来约简隐含层的神经元,以 达到简化径向基神经网络结构的目的. 实验比较了几种不同聚类算法的径向基神经网络,结果表 明,所提神经网络的整体训练时间至少可缩短40 % ,学习的准确率可提高1 %以上,而且网络结构
用蚁群算法实现自动化仓库路径优化
- 用蚁群算法实现自动化仓库路径优化-ant colony algorithm using automated warehouse Path Optimization
一种求解TSP的蚁群算法
- 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
聚类问题的蚁群算法
- 蚁群算法在聚类中的一个应用,不是很具体。希望和大家一起讨论这个问题。-Ant Algorithm in a cluster of application is not very specific. And we hope to discuss this issue.
MATLAB蚁群算法源代码
- 很实用
蚁群算法解决TSP问题
- 用蚁群算法解决100个城市的TSP问题
ant_code
- JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
AntColony
- 程序模拟蚂蚁觅食的过程,是蚁群算法的实现。一共七个java文件。-Ant Colony Algorithm
antjava
- 蚁群算法的java实现,这个还是要经过优化一下即可。在myeclipse下实现-ant colony
java
- 这是一份完整的用Java实现蚁群算法的代码!希望能给你在解决蚁群算法的代码中提供一定的帮助!-This is a complete implementation of ant colony algorithm using Java code! I hope you can solve the ant colony algorithm in the code must provide the help!
paike
- 高校排课系统的算法,基于蚁群算法。高校排课系统的算法,基于蚁群算法-University Course Scheduling System algorithms, based on the ant colony algorithm. University Course Scheduling System algorithms, based on the ant colony algorithm
ant_code
- java实现的基本蚁群算法,蚁群算法是一种智能算法-the realization of the ant colony algorithm java
ArcGIS_New0.8
- java 实现的 蚁群算法。利用java自主实现的一群算法-java implements the ACO
jbyqsftsp
- 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
java
- 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
ant
- 蚁群算法的模拟实现,课程设计,学习研究。-Simulated ant colony algorithm implementation, curriculum design, study and research.
java_tsp
- 用Java 编写的蚁群算法解决TSP问题的路径规划,取得了很好的效果-Java written by ant colony algorithm to solve TSP problem of path planning, and achieved good results
new-think
- 基于蚁群算法的路由新算法。非常好的一篇论文。-New routing based on ant colony algorithm. Very good paper.
ann
- 计算智能中蚁群算法功能的编码实现的源代码-Computational Intelligence in the ant colony algorithm function encoding the source code to achieve
蚁群算法
- 蚁群算法解决路径规划,TSP问题,城市路径规划,MATLAB代码