| Algorithm for solving Eq.4 by ALM _ |
|
Input: TDr,
, and parameters λh (h = 1, …, H). |
| Initialization:
,
, ξ = 1.0, θmax = 104, η=10−4, and σ = 1.5. |
|
While not converged do
|
| 1. |
Fix others and update
by:
|
| 2. |
h=2; |
| 3. |
while h < = H do |
|
Fix others and update
by: |
|
|
|
h = h+1; |
| end; |
| 4. |
Update the multipliers by:
|
| 5. |
Update θ by θ=min (θmax,σ•θ) |
| 6. |
Check the converge condition:
|
| End |
|
Output:
|