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