文件名称:TCP
介绍说明--下载内容均来自于网络,请自行研究使用
蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。
function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-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)
function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TCP.Matlab