| Algorithm 1: solve (25) by ALM |
|
Input: attractor matrix Parameter: number of anchor points: ; local weight coefficient matrix: ; regularization parameter: for all i=1:, parallel do 1. select uniformly in for all a=1: , do end for all b=1:, do end for all end 2. Initialize: , , , , while not converged do 3. fix the others and update by 4. fix the others and update by 5. update the Lagrange multiplier : 6. update : 7. check the convergence conditions: , , end end output: |