|
Algorithm 3 ChooseSolutions |
-
Require:
O (initial population), N (population size)
-
Ensure:
(parent population)
-
1:
O = ⌀
-
2:
< N
-
3:
Randomly select two solutions and from population O
-
4:
() <() & () >()
-
5:
-
6:
()>() & () <()
-
7:
-
8:
-
9:
Select one randomly
-
10:
-
11:
-
12:
return ;
|