Skip to main content
. 2018 Jul 23;18(7):2388. doi: 10.3390/s18072388
Algorithm 1. The solving process of the proposed method.
INPUT:
K: the maximum number of iterations;
tol: the tolerance parameter.
INIT: ρ=1L,t1=1,X0=r1=0,k=0;
OUTPUT:
  X^: the reconstructed diffusion weighted (DW) images.
REPEAT:
k=k+1;xg=rkρf(rk);Xk=proxρ(αX*)(xg);tk+1=1+1+4(tk)22;rk+1=Xk+tk11tk(XkXk1);

UNTIL k>KOR Xk1Xk2Xk2<tol.