|
Algorithm 1 Successive Convex Optimization Algorithm |
-
1:
Initialize , , and , let .
-
2:
repeat
-
3:
Solve problem P2.1 for given and obtain the optimal solution as .
-
4:
Solve problem P3 for given and obtain the optimal solution as .
-
5:
Solve problem P4.2 for given and obtain the optimal solution as .
-
6:
Solve problem P5.1 for given and obtain the optimal solution as .
-
7:
Solve problem P6 for given and obtain the optimal solution as .
-
8:
until The fluctuation of the objective value is below a threshold .
|