Skip to main content
. 2019 Sep 12;19(18):3934. doi: 10.3390/s19183934
Algorithm 1 RC_PNB Search Algorithm
x =  x0
PNBsj=PBN_find_fun(x,M,sntl_min);
A=length(PNBsj);
B=randi(A);
If rand > 0.5
  A1= A(1:B,:);
else
  A1= A(B:end,:);
end
           x(A1)=sntl_min
Connectivity constraint check and assurance algorithm,  x x1
Compactness constraint assurance,  x1 x2
If F(x2) <  F(x0)
   x0 =  x2
else
   x0 = x0
end