Skip to content

Commit 62917a2

Browse files
authored
Update README.md
1 parent c6edd90 commit 62917a2

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

README.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,63 @@
11
# Wrapper-Feature-Selection-Toolbox
22
This toolbox offers more than 40 wrapper feature selection methods
3+
4+
The < A_Main.m file > provides the demostration of some methods on feature selection problems.
5+
6+
%---List of available wrapper FS methods------------------------------
7+
8+
% 2020
9+
'mpa' : Marine Predators Algorithm;
10+
'gndo' : Generalized Normal Distribution Optimization;
11+
'sma' : Slime Mould Algorithm;
12+
'eo' : Equilibrium Optimizer;
13+
'mrfo' : Manta Ray Foraging Optimization;
14+
% 2019
15+
'aso' : Atom Search Optimization;
16+
'hho' : Harris Hawks Optimization;
17+
'hgso' : Henry Gas Solubility Optimization;
18+
'pfa' : Path Finder Algorithm;
19+
'pro' : Poor And Rich Optimization;
20+
% 2018
21+
'boa' : Butterfly Optimization Algorithm;
22+
'epo' : Emperor Penguin Optimizer;
23+
'tga' : Tree Growth Algorithm;
24+
% 2017
25+
'abo' : Artificial Butterfly Optimization;
26+
'ssa' : Salp Swarm Algorithm;
27+
'sbo' : Satin Bower Bird Optimization;
28+
'wsa' : Weighted Superposition Attraction;
29+
% 2016
30+
'ja' : Jaya Algorithm;
31+
'csa' : Crow Search Algorithm;
32+
'sca' : Sine Cosine Algorithm;
33+
'woa' : Whale Optimization Algorithm;
34+
% 2015
35+
'alo' : Ant Lion Optimizer;
36+
'hlo' : Human Learning Optimization;
37+
'mbo' : Monarch Butterfly Optimization;
38+
'mfo' : Moth Flame Optimization;
39+
'mvo' : Multi Verse Optimizer;
40+
'tsa' : Tree Seed Algorithm;
41+
% 2014
42+
'gwo' : Grey Wolf Optimizer;
43+
'sos' : Symbiotic Organisms Search;
44+
% 2012
45+
'fpa' : Flower Pollination Algorithm;
46+
'foa' : Fruit Fly Optimization Algorithm;
47+
% 2009 - 2010
48+
'ba' : Bat Algorithm;
49+
'fa' : Firefly Algorithm;
50+
'cs' : Cuckoo Search Algorithm;
51+
'gsa' : Gravitational Search Algorithm;
52+
% Traditional
53+
'abc' : Artificial Bee Colony;
54+
'hs' : Harmony Search;
55+
'de' : Differential Evolution;
56+
'aco' : Ant Colony Optimization;
57+
'acs' : Ant Colony System;
58+
'pso' : Particle Swarm Optimization;
59+
'gat' : Genetic Algorithm (Tournament);
60+
'ga' : Genetic Algorithm (Roulette Wheel);
61+
'sa' : Simulated Annealing;
62+
63+

0 commit comments

Comments
 (0)