|
Algorithm 2 Self-learning operation |
-
Require:
: initial solution
-
Ensure:
: result solution
-
1:
←
-
2:
←
-
3:
while stop condition not meet do
-
4:
←
-
5:
←
-
6:
for in do
-
7:
←
-
8:
if > then
-
9:
←
-
10:
←
-
11:
end if
-
12:
end for
-
13:
if > then
-
14:
←
-
15:
←
-
16:
else
-
17:
break
-
18:
end if
-
19:
end while
-
20:
←
-
21:
Return
|