celeries.mmr.NewtonResult#

class celeries.mmr.NewtonResult(x: ndarray, success: bool, niter: int, message: str)#

Result of a root-finding using newton().

Attributes:
x(ndim,) ndarray

Values of the parameters.

successbool

Whether the algorithm converged.

niterint

Number of Newton steps.

messagestr

Additional information on the convergence.