Research Article
A Novel Selection Approach for Genetic Algorithms for Global Optimization of Multimodal Continuous Functions
Algorithm 1
The pseudocode of stairwise selection scheme.
| | Generate the individuals of size W | | | Sort in ascending order after fitness | | | Create a table t | | | t ⟵ 1:W | | | i ⟵ 1 | | | while i | | | For | | | | | | end | | | For | | | | | | end | | | For | | | | | | end | | | For | | | | | | end | | | For | | | \\where, | | | end | | | i ⟵ i + 1 | | | end while |
|