Skip to main content
. 2022 Dec 6;22(23):9537. doi: 10.3390/s22239537
Algorithm 4 Selection of leader–follower connection.
  • fori=1 to Ts do

  •    x random number x(0,1)

  •    if x>l then

  •      indrandom_integer([1NL],1)

  •      βLF_con(ind,:)

  •    else

  •      β remains same

  •    end if

  • end for