cr.sparse.sls.FISTAState¶
- class cr.sparse.sls.FISTAState(x: jax.Array, z: jax.Array, r: jax.Array, t: float, r_norm_sqr: jax.Array, x_change_norm: jax.Array, 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