File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## Introduction
12
12
13
- * This toolbox offers 8 wrapper feature selection methods
13
+ * This toolbox offers 9 wrapper feature selection methods
14
14
* The < Demo_PSO > provides an example of how to apply PSO on benchmark dataset
15
15
* Source code of these methods are written based on pseudocode & paper
16
16
@@ -196,11 +196,12 @@ plt.show()
196
196
197
197
| No. | Abbreviation | Name | Year | Extra Parameters |
198
198
| -----| --------------| ---------------------------------------------------------------------------------------------| ------| ------------------|
199
- | 08 | hho | Harris Hawk Optimization | 2019 | No |
200
- | 07 | ssa | Salp Swarm Algorithm | 2017 | No |
201
- | 06 | woa | [ Whale Optimization Algorithm] ( /Description.md#whale-optimization-algorithm-woa ) | 2016 | Yes |
202
- | 05 | sca | [ Sine Cosine Algorithm] ( /Description.md#sine-cosine-algorithm-sca ) | 2016 | Yes |
203
- | 04 | gwo | Grey Wolf Optimizer | 2014 | No |
199
+ | 09 | hho | Harris Hawk Optimization | 2019 | No |
200
+ | 08 | ssa | Salp Swarm Algorithm | 2017 | No |
201
+ | 07 | woa | [ Whale Optimization Algorithm] ( /Description.md#whale-optimization-algorithm-woa ) | 2016 | Yes |
202
+ | 06 | sca | [ Sine Cosine Algorithm] ( /Description.md#sine-cosine-algorithm-sca ) | 2016 | Yes |
203
+ | 05 | gwo | Grey Wolf Optimizer | 2014 | No |
204
+ | 04 | ba | [ Bat Algorithm] ( /Description.md#bat-algorithm-ba ) | 2010 | Yes |
204
205
| 03 | de | [ Differential Evolution] ( /Description.md#differential-evolution-de ) | 1997 | Yes |
205
206
| 02 | pso | [ Particle Swarm Optimization] ( /Description.md#particle-swarm-optimization-pso ) | 1995 | Yes |
206
207
| 01 | ga | [ Genetic Algorithm] ( /Description.md#genetic-algorithm-ga ) | - | Yes |
You can’t perform that action at this time.
0 commit comments