Table 1.
Algorithm: IALM |
---|
Input: Given a adjacency matrix A and parameter α = 0.1 |
Output:X*andE* |
Initialize: |
while ||A − AX − E||∞ ≥ ε and ||X − J||∞ ≥ ε do |
a. |
b. |
c. |
d.Y1 = Y1 + μ(A − AX − E); Y2 = Y2 + μ(X − J) |
e. μ = min(ρμ, maxμ) |
end while |
Algorithm: IALM |
---|
Input: Given a adjacency matrix A and parameter α = 0.1 |
Output:X*andE* |
Initialize: |
while ||A − AX − E||∞ ≥ ε and ||X − J||∞ ≥ ε do |
a. |
b. |
c. |
d.Y1 = Y1 + μ(A − AX − E); Y2 = Y2 + μ(X − J) |
e. μ = min(ρμ, maxμ) |
end while |