|
Algorithm 1 Extended AB algorithm for the optimization problem (2) |
-
Input:
, , .
-
1:
Compute and and select .
-
2:
Initialize .
-
3:
while not converge do
-
4:
Update and based on (9).
-
5:
Solve based on the equation (13).
-
6:
Update based on (12).
-
7:
Update based on (10).
-
8:
end while
-
Output:
.
|