|
Algorithm 4: Computing the UV outer bound |
|
Input: , maximum iterations K, N, thresholds , , step size ; |
|
Initialization: , , , , |
|
; |
|
while and do
|
|
|
|
initialize , ; |
|
|
|
while and do
|
|
|
|
|
|
; |
|
|
|
|
|
using Equation (5) similarly; |
|
|
|
|
|
using Equations (33), (34) and (37); |
|
|
|
|
|
using Equation (36); |
|
|
|
|
|
; |
|
|
|
end |
|
|
|
; |
|
|
|
calculate and using Equations (39) and (40); |
|
|
|
; |
|
|
|
; |
|
|
|
if , scale up to equality; |
|
|
|
|
|
|
|
; |
|
|
|
; |
| end |
|
Output: , , , ,
|