Skip to main content
. Author manuscript; available in PMC: 2021 Feb 2.
Published in final edited form as: Med Phys. 2019 Dec;46(12):e835–e854. doi: 10.1002/mp.13702

Algorithm 1.

FISTA with constant step size

Input: Parameters β ≥ 0,λ > 0 and initial image x0.
1: y1=x0,t1=1
2: for k = 1,2,… do
3: xk=(ykλ(ATW1(Aykp)+β(g(yk))))+
4: tk+1=(1+1+4tk2)/2
5: yk+1=xk+(tk1tk+1)(xkxk1)
6: end for