pastas.solver.LmfitSolve ======================== .. py:class:: pastas.solver.LmfitSolve(pcov: pandas.DataFrame | None = None, nfev: int | None = None, **kwargs) Solving the model using the LmFit :cite:p:`newville_lmfitlmfit-py_2019`. This is basically a wrapper around the scipy solvers, adding some cool functionality for boundary conditions. .. rubric:: Notes https://github.com/lmfit/lmfit-py/ .. !! processed by numpydoc !!