Skip to main content
. 2024 Jun 9;24(12):3762. doi: 10.3390/s24123762
Algorithm 1. MGISES-oriented parameter optimization
Input: γmin,γmax,τmin,τmax
1. Determine the resolution Δγ and Δτ
2. Calculate MGISES(i, j)
 for i = 1:I
  for j = 1:J
   γ(i)=γmin+Δγ×(i1), τ(i)=τmin+Δτ×(j1)
   Calculate MGISES(i, j) according to γ(i) and τ(j)
   while γ(i)γmax&τ(j)τmax
    break
   end
  end
 end
Output: Parameters γ and τ with the maximum MGISES