1: |
Set ϱ
= 0.1, (according to [4]) and
U′ = 0,
w′ = 0, q′
= 0, v′ = 1 |
2: |
Repeat |
3: |
Repeat
(Block Coordinate Descent) |
4: |
U″ ←
U′, w″ ←
w′, q″
← q′, v″
v′
|
5: |
U′
←argminU
(1 −
λ)lD
(U, v′,
q′) +
λhC
(U) (via Gradient Descent) |
6: |
(via Gradient Descent) |
7: |
Update
w′ by |
|
Sort
groups
gj(q′)
so that
|
|
Define
to be the set of indices of
q′ associated with groups if ∈ and 0 otherwise. |
8: |
Until
|
9: |
ϱ
← σ · ϱ
|
10: |
Until
‖w′ −
q′ ‖max
<εP. |