simpeg.optimization.ProjectedGradient.cg_rtol#
- property ProjectedGradient.cg_rtol#
Relative tolerance for inner CG iterations.
CG iterations are terminated if: >>> norm(A @ x_k - b) <= max(cg_rtol * norm(A @ x_0 - b), cg_atol)
or if the maximum number of CG iterations is reached.
- Returns:
See also