|
Algorithm 2 Solving Problem (40) using ADMM. |
-
Input:
The observed tensor , an upper estimation r of , the parameters .
-
1:
Initialize , , , .
-
2:
for
do
-
3:
Update by Equation (42);
-
4:
Update by Equation (45);
-
5:
Update by Equations (49)–(50);
-
6:
Update by Equation (52);
-
7:
Check the convergence criteria:
-
(i)
convergence of variables:
-
(ii)
convergence of constraints: .
-
8:
end for
-
Output:
.
|