Skip to main content
. 2022 May 31;22(11):4204. doi: 10.3390/s22114204
Algorithm 3 Search process of s2—LLH between FA and SCA
  • for each solution Xi do

  •    if rand(0,1)>0.5 then

  •      Evolve Xi by FA search—expression (13)

  •    else

  •      Evolve Xi by SCA search—expression (17)

  •    end if

  • end for