|
Algorithm 7 Restart (Fibonacci projection) |
-
1:
function CreateFibonacciPopulation()
-
2:
if then
-
3:
-
4:
while do
-
5:
.
-
6:
.
-
7:
-
8:
while do
-
9:
GetFibonacciChromosome()
-
10:
▹ Vector addition
-
11:
-
12:
if then
-
13:
break
-
14:
end if
-
15:
-
16:
end while
-
17:
end while
-
18:
return
-
19:
end if
-
20:
end function
|