Introduction - If you have any usage issues, please Google them yourself
Ant colony algorithm is very hot current research an intelligent algorithm, the following ant colony algorithm for solving TSP problem specifically, we tested through simulation and found to optimize the efficiency and robustness of this program are very good. function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q)