Skip to main content
. 2022 Jan 27;14(3):512. doi: 10.3390/polym14030512
%% This function creates ALO algorithm startup
SearchAgents_no = 25; % Number of search agents
lb = […]; ub = […]; % Upper and lower bounds of fitting parameters
dim = N;
fobj = @funobj;
[Best_score,Best_pos,cg_curve] = ALO(SearchAgents_no,Max_iteration,lb,ub,dim,fobj);