- Category:
- MPI
- Tags:
-
[Matlab]
[源码]
- File Size:
- 8kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- qqgod
Description: Ant colony algorithm to achieve the shortest path
Description of the main symbols
C n cities coordinates, n × 2 matrix
NC_max maximum number of iterations
m number of ants
Alpha pheromone characterization of the degree of importance of parameters
Beta factor of importance of the characterization parameters of the heuristic
Rho pheromone evaporation coefficient
Q factor pheromone to increase strength
R_best generations the best route
L_best the length of each generation the best route
To Search:
File list (Check if you may need any files):
蚁群算法\初始数据.txt
........\蚁群算法(D为最短路矩阵).m
........\....过程文件\QACS蚁群算法.m
........\............\蚁群算法.m
........\............\蚁群算法.txt
........\............\蚁群算法1.m
........\............\蚁群算法(适合).asv
........\............\蚁群算法(适合).m
........\蚁群过程文件
蚁群算法