Skip to content

Commit

Permalink
ECPSO
Browse files Browse the repository at this point in the history
  • Loading branch information
doFighter committed Mar 16, 2023
1 parent 0112253 commit c15620a
Show file tree
Hide file tree
Showing 349 changed files with 27,627 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CEC2017/Introd_Par.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
%% ============EBOwithCMAR ============
% Some part of this code is taken from UMOEA-II
% =========================================================================
function [Par] = Introd_Par()

%% loading

Par.n=30; %% number of decision vriables

Par.xmin= -100;
Par.xmax= 100;
Par.Max_iterate = 5000;
Par.PopSize=30; %% population size

end
Loading

0 comments on commit c15620a

Please sign in to comment.