|
Algorithm 4 MC-CLFV Algorithm |
|
Check out all flexible vertices
and all fixed vertices
in
, sorted them counter-clockwise
|
|
Setting base search radius, , and its decrease rate in every iteration,= 0.96
|
|
Calculate the value of the evaluation function,
;Calculate initial the standard deviation
|
|
While (
is maximum acceptable standard deviation) |
|
|
| For i = 1:length(VF) |
| = 2π× rand() |
| x() = x() + × rand() × cos ; |
| y() =y() + × rand() × sin ; |
| end |
| VD
and renewed
, constitute a new shape of sector.
|
| If concave shape checking or minimum distance checking is not true
|
| Continue;
|
| end
|
| G
= g(,B,L) |
| Calculate F = F(,) |
|
=
|
|
|
| If
and
and
× mean(. min(. ) and max(. )
×
|
|
=
|
|
|
| = G
|
| end
|
|
end
|