Algorithm 3: Mutation |
-
1.
Input:; ; ; ;
-
2.
Output:;
-
3.
-
4.
while
N
do
-
5.
if
then
-
6.
Randomly select gene node for mutation
-
7.
Select the result of mutation by probability
-
8.
The sub-individual is inserted at the end of the population
-
9.
end if
-
10.
-
11.
end while
|