搜索资源列表
aca
- 用matlab编写的图像聚类程序,包涵仿真程序,两种算法。
aca
- 蚁群聚类算法,这个算法在处理油色谱数据时很有用的-Ant colony clustering algorithm, this algorithm is useful when dealing with the oil used for chromatographic data
ACA
- 该文件中程序主要解决TSP问题的蚁群算法的matlab程序-The main program file to solve the problem of the ant colony algorithm for TSP program matlab
aca
- matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。-Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate
aca
- matlab program for ldpc code development
matlab-tsp-aca
- 这是一个非常经典的matlab程序。运用蚁群算法来解决(TSP)旅行商问题。-This is a very classic matlab program. Using ant colony algorithm to solve (TSP) TSP.
ACATSP
- 蚁群算法 经典的蚁群算法 本人经验证可以使用 非常好的 -ACA TSP
aca-nn
- 使用蚁群算法并进行改进,利用改进的蚁群算法优化BP神经网络的程序-Ant colony algorithm and improved use of improved ant colony algorithm to optimize BP neural network program
aca
- 蚁群算法,路径规划问题,通过迭代寻找全局最优解-Ant colony algorithm, path planning problem, find the global optimal solution through iteration
ACATSP
- 用aca(蚁群算法)解决tsp(旅行商问题),只是基本算法,可在此基础上改进-With aca (ant colony algorithm) to solve tsp (traveling salesman problem), but the basic algorithm can be improved on the basis of this
ACA
- matlab实现的蚁群算法(ACA)例程,解决TSP旅行商问题,可以在图中进行动态显示-ant colony algorithm matlab realized (ACA) routines to solve the traveling salesman problem TSP, can be dynamically shown in the figure
aca
- 蚁群算法求解最优路径的源代码 可执行,有输出图-Ant colony algorithm for optimal path of executable source code, there is the output map
ACATSP
- 这是一个ACATSP算法希望能够帮助您,不喜勿喷-This is a tool about ACA
蚁群算法
- 求解单旅行商问题的智能算法,蚁群算法。 输入城市间赋权向量(城市间路程),即可输出经过所有城市且总路程最短的最小哈密顿环。(telligent algorithm for solving single traveling salesman problem, ant colony algorithm. By inputting the weight vector between cities (the distance between cities), the minimum Hamilton
蚁群
- 利用蚁群算法整定PID参数,得到PID的参数,使得系统的动态性能最好(get PID parameters by ACA)
启发式算法
- 基础的启发式算法样例,ACA,GA,PSO,SA(Example of basic heuristic algorithm)