Skip to main content
. 2019 Apr 24;21(4):433. doi: 10.3390/e21040433
Algorithm 1 CCCP algorithm for problem (19) for fixed RF
1. Initialize the variables P(1), Ω(1),Ω0(1) to arbitrary matrices that satisfy the constraints (19b), (19c) and (19d), and set t1.
2. Update the variables P(t+1),Ω(t+1),Ω0(t+1) as a solution of the convex problem:
maximizeP,Ω,Ω0f˜ΣRF,P,Ω,Ω0,P(t),Ω(t),Ω0(t) (20a)
s.t.RFg˜1Ω,Ω0,Ω(t),Ω0(t), (20b)
2RFg˜sumΩ,Ω0,Ω(t),Ω0(t), (20c)
Ω0,Ω00, (20d)
P1+P2=P, (20e)
P10,P20. (20f)

3. Stop if a convergence criterion is satisfied. Otherwise, set tt+1 and go back to Step 2.