代码搜索:Shortest_Route

找到约 38 项符合「Shortest_Route」的源代码

代码结果 38
www.eeworm.com/read/346529/11739185

txt 蚁群算法.txt

本人自己写的蚁群算法。完全能够实现功能,就是收敛速度感觉有点慢。 % function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACO(C,D,s,e,NC_max,m,Alpha,Beta,Rho,Q) % function [Shortest_Route,Shortest_Length]=ACOR(C,D,s,e,NC_ma
www.eeworm.com/read/390987/8429854

m jc.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% ACATSP.m %% Ant Colo
www.eeworm.com/read/289867/8520821

m tsp.m

%%蚁群算法TSP(旅行商问题)通用matlab程序function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%=========================================================================
www.eeworm.com/read/388419/8611213

txt 蚁群.txt

以下是解放军信息工程大学一个老师编的matlab程序,请尊重原作者劳动,引用时请注明出处。 我经过修改增加了注释,已经运行过,无误, function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%------------------------
www.eeworm.com/read/388140/8632921

m acatsp.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% ACATSP.m %% Ant C
www.eeworm.com/read/286476/8763104

m 蚁群算法.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% ACATSP.m %% Ant Colo
www.eeworm.com/read/285597/8829080

txt 000.txt

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% ACATSP.m %% Ant Co
www.eeworm.com/read/187051/8881136

m acatsp.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% ACATSP.m %% Ant Colo
www.eeworm.com/read/381880/9067720

txt aco.txt

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%------------------------------------------------------------------------- %% 主要符号说明 %% C n个
www.eeworm.com/read/376445/9317271

m tsp.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) %%========================================================================= %% 主要符号说明 %% C n个城市的坐标,