Skip to main content
. 2020 Jul 30;20(15):4250. doi: 10.3390/s20154250
Algorithm 2. Optimization of (53) via CPSO
Input:y˜s,A˜s,xs,e˜s,η0,ς,ηmax,ξ,Q, and S
Output: The optimal λ
Initialization:m=0, particle swarm Pm
Repeat
 1: Calculate the fitness value of each individual in Pm on (53);
 2: Find the individual p in Pm with least fitness value;
 3: λ=p;
 4: m=m+1;
 5: Reproduce particle swarm Pm around p;
 6: Update ηm by (55);
 7: Check the termination criterion by (54);
Until convergence