Skip to content

Commit 9910790

Browse files
authored
Add files via upload
1 parent 0a9049c commit 9910790

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

A_Main.m

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
%% Wrapper Feature Selection Demostration
2-
3-
% Source code of the FS methods are written based on pseudocode
1+
% Wrapper Feature Selection Toolbox
2+
43
% There are more than 40 wrapper FS methods are offered
54
% You may open < List_Method.m file > to check all available methods
65

@@ -11,7 +10,7 @@
1110
% If you want to use 'SMA' (see example 2) then you write
1211
% FS = jfs('sma',feat,label,opts);
1312

14-
% * All methods have different name/abbrevation (refer jfs.m file)
13+
% * All methods have different calling name (refer List_Method.m file)
1514

1615

1716
%---Input-------------------------------------------------------------

jGravitationalSearchAlgorithm.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
fit = zeros(1,N);
3333
fitG = inf;
3434

35-
curve=inf;
36-
t=1;
35+
curve = inf;
36+
t= 1 ;
3737
% Iteration
3838
while t <= max_Iter
3939
for i = 1:N

0 commit comments

Comments
 (0)