Skip to main content
. 2021 Feb 10;21(4):1262. doi: 10.3390/s21041262
Algorithm 3 The algorithm to solve problem (11).
Input:M and b;
Output: The weight vector wRs.
  1: Initialize v, β, μ, and ρ;
  2: while not converged do
  3:  Update v by Equation (A1);
  4:  Update w by solving problem (A3) via Algorithm 4;
  5:  Update β=β+μ(wv);
  6:  Update μ=ρμ;
  7: end while