代码搜索:Shortest_Length

找到约 37 项符合「Shortest_Length」的源代码

代码结果 37
www.eeworm.com/read/493196/6398250

m binbin_ant.m

function binbin_ant(FUN_num,myNC_max,TSPfile,NC_max,m,Alpha,Beta,Rho,WIN,Q); % 设置用代号为FUN_num的函数来计算myNC_max次,并将结果输出到文件 % [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]= % FUN_num = 2;myNC_max
www.eeworm.com/read/425830/10317715

m acatsp.m

%version 1.1 function [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) %%---
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/472496/6869144

m acatsp.m

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

m tsp1.m

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

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
www.eeworm.com/read/236338/14019236

m acatsp.m

function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) tic %%========================================================================= %% ACATSP.m %% A
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/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