|
Algorithm 5 Optimisation based on PS algorithm |
-
1:
Initialise predefine default search step ; and =
-
2:
while Termination condition not reached do
-
3:
init current solution = (+*)
-
4:
Evaluate nearest neighbours in
-
5:
if betters in
then
-
6:
Update the current solution to the best neighbour in ; =
-
7:
else
-
8:
Search step reduction =
-
9:
end if
-
10:
end while
|