@@ -52,52 +52,54 @@ Acc = jknn(feat(:,sf_idx),label,opts);
52
52
## List of available methods
53
53
* Note that the methods are altered so that they can be used in feature selection tasks.
54
54
* The extra parameters represent the parameter(s) other than population size and maximum number of iteration
55
-
56
- | No. | Abbreviation | Name | Year | Extra Parameters |
57
- | -----| --------------| ----------------------------------------------| ------| ------------------|
58
- | 43 | MPA | Marine Predators Algorithm | 2020 | Yes |
59
- | 42 | GNDO | Generalized Normal Distribution Optimization | 2020 | No |
60
- | 41 | SMA | Slime Mould Algorithm | 2020 | No |
61
- | 40 | MRFO | Manta Ray Foraging Optimization | 2020 | Yes |
62
- | 39 | EO | Equilibrium Optimizer | 2020 | No |
63
- | 38 | ASO | Atom Search Optimization | 2019 | Yes |
64
- | 37 | HGSO | Henry Gas Solubility Optimization | 2019 | Yes |
65
- | 36 | HHO | Harris Hawks Optimization | 2019 | No |
66
- | 35 | PFA | Path Finder Algorithm | 2019 | No |
67
- | 34 | PRO | Poor And Rich Optimization | 2019 | Yes |
68
- | 33 | BOA | Butterfly Optimization Algorithm | 2018 | Yes |
69
- | 32 | EPO | Emperor Penguin Optimizer | 2018 | Yes |
70
- | 31 | TGA | Tree Growth Algorithm | 2018 | Yes |
71
- | 30 | ABO | Artificial Butterfly Optimization | 2017 | Yes |
72
- | 29 | SSA | Salp Swarm Algorithm | 2017 | No |
73
- | 28 | WSA | Weighted Superposition Attraction | 2017 | Yes |
74
- | 27 | SBO | Satin Bower Bird Optimization | 2017 | Yes |
75
- | 26 | JA | Jaya Algorithm | 2016 | No |
76
- | 25 | CSA | Crow Search Algorithm | 2016 | Yes |
77
- | 24 | SCA | Sine Cosine Algorithm | 2016 | No |
78
- | 23 | WOA | Whale Optimization Algorithm | 2016 | Yes |
79
- | 22 | ALO | Ant Lion Optimizer | 2015 | No |
80
- | 21 | HLO | Human Learning Optimization | 2015 | Yes |
81
- | 20 | MBO | Monarch Butterfly Optimization | 2015 | Yes |
82
- | 19 | MFO | Moth Flame Optimization | 2015 | Yes |
83
- | 18 | MVO | Multiverse Optimizer | 2015 | Yes |
84
- | 17 | TSA | Tree Seed Algorithm | 2015 | Yes |
85
- | 16 | GWO | Grey Wolf Optimizer | 2014 | No |
86
- | 15 | SOS | Symbiotic Organisms Search | 2014 | No |
87
- | 14 | FPA | Flower Pollination Algorithm | 2012 | Yes |
88
- | 13 | FOA | Fruitfly Optimization Algorithm | 2012 | No |
89
- | 12 | BA | Bat Algorithm | 2010 | Yes |
90
- | 11 | FA | Firefly Algorithm | 2010 | Yes |
91
- | 10 | CS | Cuckoo Search Algorithm | 2009 | Yes |
92
- | 09 | GSA | Gravitational Search Algorithm | 2009 | Yes |
93
- | 08 | ABC | Artificial Bee Colony | 2007 | Yes |
94
- | 07 | HS | Harmony Search | 2001 | Yes |
95
- | 06 | DE | Differential Evolution | 1997 | Yes |
96
- | 05 | ACO | Ant Colony Optimization | - | Yes |
97
- | 04 | ACS | Ant Colony System | - | Yes |
98
- | 03 | PSO | Particle Swarm Optimization | - | Yes |
99
- | 02 | GA | Genetic Algorithm | - | Yes |
100
- | 01 | SA | Simulated Annealing | - | Yes |
55
+ * Click on the name of method to view the detailed parameters
56
+ * Use the * opts* to set the specific parameters
57
+
58
+ | No. | Abbreviation | Name | Year | Extra Parameters |
59
+ | -----| --------------| ---------------------------------------------------------------------------------------------| ------| ------------------|
60
+ | 43 | 'mpa' | [ Marine Predators Algorithm] ( /Description.md#marine-predators-algorithm-mpa ) | 2020 | Yes |
61
+ | 42 | 'gndo' | Generalized Normal Distribution Optimization | 2020 | No |
62
+ | 41 | 'sma' | Slime Mould Algorithm | 2020 | No |
63
+ | 40 | .mrfo' | [ Manta Ray Foraging Optimization] ( /Description.md#manta-ray-foraging-optimization-mrfo ) | 2020 | Yes |
64
+ | 39 | 'eo' | [ Equilibrium Optimizer] ( /Description.md#equilibrium-optimizer-eo ) | 2020 | Yes |
65
+ | 38 | 'aso' | [ Atom Search Optimization] ( /Description.md#atom-search-optimization-aso ) | 2019 | Yes |
66
+ | 37 | 'hgso' | [ Henry Gas Solubility Optimization] ( /Description.md#henry-gas-solubility-optimization-hgso ) | 2019 | Yes |
67
+ | 36 | 'hho' | Harris Hawks Optimization | 2019 | No |
68
+ | 35 | 'pfa' | Path Finder Algorithm | 2019 | No |
69
+ | 34 | 'pro' | [ Poor And Rich Optimization] ( /Description.md#poor-and-rich-optimization-pro ) | 2019 | Yes |
70
+ | 33 | 'boa' | [ Butterfly Optimization Algorithm] ( /Description.md#butterfly-optimization-algorithm-boa ) | 2018 | Yes |
71
+ | 32 | 'epo' | [ Emperor Penguin Optimizer] ( /Description.md#emperor-penguin-optimizer-epo ) | 2018 | Yes |
72
+ | 31 | 'tga' | [ Tree Growth Algorithm] ( /Description.md#tree-growth-algorithm-tga ) | 2018 | Yes |
73
+ | 30 | 'abo' | [ Artificial Butterfly Optimization] ( /Description.md#artificial-butterfly-optimization-abo ) | 2017 | Yes |
74
+ | 29 | 'ssa' | Salp Swarm Algorithm | 2017 | No |
75
+ | 28 | 'wsa' | [ Weighted Superposition Attraction] ( /Description.md#weighted-superposition-attraction-wsa ) | 2017 | Yes |
76
+ | 27 | 'sbo' | [ Satin Bower Bird Optimization] ( /Description.md#satin-bower-bird-optimization-sbo ) | 2017 | Yes |
77
+ | 26 | 'ja' | Jaya Algorithm | 2016 | No |
78
+ | 25 | 'csa' | [ Crow Search Algorithm] ( /Description.md#crow-search-algorithm-csa ) | 2016 | Yes |
79
+ | 24 | 'sca' | [ Sine Cosine Algorithm] ( /Description.md#sine-cosine-algorithm-sca ) | 2016 | Yes |
80
+ | 23 | 'woa' | [ Whale Optimization Algorithm] ( /Description.md#whale-optimization-algorithm-woa ) | 2016 | Yes |
81
+ | 22 | 'alo' | Ant Lion Optimizer | 2015 | No |
82
+ | 21 | 'hlo' | [ Human Learning Optimization] ( /Description.md#human-learning-optimization-hlo ) | 2015 | Yes |
83
+ | 20 | 'mbo' | [ Monarch Butterfly Optimization] ( /Description.md#monarch-butterfly-optimization-mbo ) | 2015 | Yes |
84
+ | 19 | 'mfo' | [ Moth Flame Optimization] ( /Description.md#moth-flame-optimization-mfo ) | 2015 | Yes |
85
+ | 18 | 'mvo' | [ Multiverse Optimizer] ( /Description.md#multi-verse-optimizer-mvo ) | 2015 | Yes |
86
+ | 17 | 'tsa' | [ Tree Seed Algorithm] ( /Description.md#tree-seed-algorithm-tsa ) | 2015 | Yes |
87
+ | 16 | 'gwo' | Grey Wolf Optimizer | 2014 | No |
88
+ | 15 | 'sos' | Symbiotic Organisms Search | 2014 | No |
89
+ | 14 | 'fpa' | [ Flower Pollination Algorithm] ( /Description.md#flower-pollination-algorithm-fpa ) | 2012 | Yes |
90
+ | 13 | 'foa' | Fruitfly Optimization Algorithm | 2012 | No |
91
+ | 12 | 'ba' | [ Bat Algorithm] ( /Description.md#bat-algorithm-ba ) | 2010 | Yes |
92
+ | 11 | 'fa' | [ Firefly Algorithm] ( /Description.md#firefly-algorithm-fa ) | 2010 | Yes |
93
+ | 10 | 'cs' | [ Cuckoo Search Algorithm] ( /Description.md#cuckoo-search-cs ) | 2009 | Yes |
94
+ | 09 | 'gsa' | [ Gravitational Search Algorithm] ( /Description.md#gravitational-search-algorithm-gsa ) | 2009 | Yes |
95
+ | 08 | 'abc' | [ Artificial Bee Colony] ( /Description.md#artificial-bee-colony-abc ) | - | Yes |
96
+ | 07 | 'hs' | [ Harmony Search] ( /Description.md#harmony-search-hs ) | - | Yes |
97
+ | 06 | 'de' | [ Differential Evolution] ( /Description.md#differential-evolution-de ) | 1997 | Yes |
98
+ | 05 | 'aco' | [ Ant Colony Optimization] ( /Description.md#ant-colony-optimization-aco ) | - | Yes |
99
+ | 04 | 'acs' | [ Ant Colony System] ( /Description.md#ant-colony-system-acs ) | - | Yes |
100
+ | 03 | 'pso' | [ Particle Swarm Optimization] ( /Description.md#particle-swarm-optimization-pso ) | - | Yes |
101
+ | 02 | 'ga' / 'gat' | [ Genetic Algorithm] ( /Description.md#genetic-algorithm-ga ) | - | Yes |
102
+ | 01 | 'sa' | [ Simulated Annealing] ( /Description.md#simulated-annealing-sa ) | - | Yes |
101
103
102
104
103
105
0 commit comments