solver ====== .. py:module:: pastas.solver .. autoapi-nested-parse:: 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. .. rubric:: Examples Solve a model with a specific solver:: ml.solve(solver=ps.LeastSquares()) .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/solver/LeastSquares /api/pastas/solver/LmfitSolve /api/pastas/solver/EmceeSolve .. autoapisummary:: pastas.solver.LeastSquares pastas.solver.LmfitSolve pastas.solver.EmceeSolve