Algorithm 3―MPL-CSS

function MPL-CSS

=schedule all time period by Algorithm 2

Create by (16-20).

l = 1. (the l is an index of the set)

non-convergence = 0.

while non-terminal and non-convergence < limit do

create search space by

X = rand. (where, n is number of particles,

it = 1. (index of iteration)

while it non-terminal do

, obtained by (21)-(29)

If

.

else

.

end

If

.

non-convergence = 0.

break iteration to l + 1.

end

it + 1.

end

l + 1

If non-convergence, then non-convergence + 1.

end

return

end function