This module contains the different solvers that are available for Pastas.
All solvers inherit from the BaseSolver class, which contains general method for selecting the correct time series to misfit and options to weight the residuals or noise series.
To solve a model the following syntax can be used:
>>> ml.solve(solver=ps.LeastSquares)
Classes
BaseSolver
All solver instances inherit from the BaseSolver class.
LeastSquares
LmfitSolve
LmfitSolveNew
MonteCarlo