搜索资源列表
ACTSP
- 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n
ACTSP
- 用蚁群算法求解tsp问题,以中国31个城市的坐标数据为案例-Problem solving tsp with ant colony algorithm to coordinate data 31 cities in China as a case