pastas.solver.LmfitSolve.__init__#
- LmfitSolve.__init__(ml, pcov=None, nfev=None, **kwargs)[source]#
Solving the model using the LmFit solver (Newville et al., 2019).
This is basically a wrapper around the scipy solvers, adding some cool functionality for boundary conditions.
Notes