Skip to main content
. 2021 Feb 10;21(4):1262. doi: 10.3390/s21041262
Algorithm 4 The algorithm to solve problem (A3).
Input:M, v, β, μ and s;
Output: The weight vector wRs.
  1: Compute g=vβ+MTvμRs;
  2: Compute h=g1sTgs1s+1s1s;
  3: Use Newton’s method to obtain the root η¯* of Equation (A12);
  4: The optimal solution wj*=(hjη¯*)+, where j=1,2,,s.