Skip to main content
. 2023 Apr 11;23(8):3875. doi: 10.3390/s23083875
Algorithm 1. Solution to P5

Initialize K(0),ζ and set t=0;

Repeat

tt+1

Calculate q(t) and p(t) based on (26) given K(t1);

K(t)=ζK(t1);

Until the objective function of P5 gradually decreases.

Obtain optimal tuple (p*,q*,K*).