Skip to main content
. 2022 Mar 11;22(6):2199. doi: 10.3390/s22062199
Algorithm 1: Augmented Lagrangian method.
Fixed:k=0,  ρ>0,  λ0,  u0
Iterations: for k=k+1 until the stopping criterion is 
satisfied, repeat steps 1–2
1. Keep λ fixed and update u:
uk+1= min ufuλkTHug+ρ2Hug22
2. Keep u fixed and update λ:
λk+1=λk+ρHuk+1g
Output:u the optimal solution.