|
Algorithm 1 Initialization |
Input: : the amount of individuals in a population.
: the amount of feature subsets in an individual.
: the size of feature index in a feature subset.
: feature size.
Output: : the first population of R-E-GA
1: for do
2:
3: reset to []
4: while do
5:
6: add the randomly generated in range to
7: add to
|