Skip to main content
. 2015 Oct 22;15(10):26877–26905. doi: 10.3390/s151026877
Algorithm 1: Solving sparse representation coefficients A.
  • Input: The templates set D, the candidate samples Y and the Lipschitz constant ξ.

  • 1: The initial value of optimal solution: A0=A1=0, iteration parameter: ς0=ς1=1.

  • 2: Calculating the following expressions, k=0,1,, not until convergence. Mk+1=Ak+ςk11ςk(AkAk1)ςk+1=1+1+4ςk22Ak+1=argminAξ2AMk+1+F(Mk+1)ξ22+G(A)

  • Output: The calculated sparse representation coefficients A^.