Skip to main content
. Author manuscript; available in PMC: 2017 Oct 1.
Published in final edited form as: IEEE Trans Med Imaging. 2016 Apr 13;35(10):2218–2228. doi: 10.1109/TMI.2016.2553445

Algorithm 2.

MxNE with BCD and active set strategy

Require: M, G, λ> 0, ε> 0, and S.
  1: Initialization: X = 0, A={}, η = ℱp (X)d (Y)
  2: for s = 1 to S do
  3: μ[s]=GsTGs1
  4: end for
  5: while η ≥ ε do
  6: A{s|GsT(MGX)Fro>λ}
  7: A=AA
  8:  Define GA and XA by restricting G and X to A
  9: X^A Solve Algorithm 1 with μ, GA and X0=XA
10: X=X^A for sA, else 0
11: η = ℱp (X)d (Y)
12: end while