cr.sparse.sls.FISTAState¶
- class cr.sparse.sls.FISTAState(x: jax._src.numpy.ndarray.ndarray, z: jax._src.numpy.ndarray.ndarray, r: jax._src.numpy.ndarray.ndarray, t: float, r_norm_sqr: jax._src.numpy.ndarray.ndarray, x_change_norm: jax._src.numpy.ndarray.ndarray, iterations: int)[source]¶
ISTA algorithm state
Attributes
iterationsNumber of iterations to converge
rCurrent residual
r_norm_sqrSquare of residual norm
tFIST specific coefficient
xCurrent solution estimate
x_change_normChange in the norm of x
zCurrent solution estimate