Algorithm 2 BSO-I |
-
1:
Initialization: Randomly generate an individual based on uniform distribution;
-
2:
while stopping criterion is not satisfied do
-
3:
, where is the mutation operator;
-
4:
if adapts better than then
-
5:
is substituted for
-
6:
end if
-
7:
end while
-
Output:
|