Skip to content

Commit b7c5bc6

Browse files
authored
Update README.md
1 parent 52034f7 commit b7c5bc6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Introduction
1212

13-
* This toolbox offers 8 wrapper feature selection methods
13+
* This toolbox offers 9 wrapper feature selection methods
1414
* The < Demo_PSO > provides an example of how to apply PSO on benchmark dataset
1515
* Source code of these methods are written based on pseudocode & paper
1616

@@ -196,11 +196,12 @@ plt.show()
196196

197197
| No. | Abbreviation | Name | Year | Extra Parameters |
198198
|-----|--------------|---------------------------------------------------------------------------------------------|------|------------------|
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 |
204205
| 03 | de | [Differential Evolution](/Description.md#differential-evolution-de) | 1997 | Yes |
205206
| 02 | pso | [Particle Swarm Optimization](/Description.md#particle-swarm-optimization-pso) | 1995 | Yes |
206207
| 01 | ga | [Genetic Algorithm](/Description.md#genetic-algorithm-ga) | - | Yes |

0 commit comments

Comments
 (0)