pastas.solver.base.BaseSolver#

class pastas.solver.base.BaseSolver(*args: Any, **kwargs: Any)#

BaseSolver is deprecated and will be removed in a future version of Pastas.

Please use the SolverBase class instead, which provides a more structured and flexible approach to implementing solvers in Pastas. The SolverBase class includes methods for setting initial parameters, bounds, and whether parameters should be varied during optimization, as well as a method for associating the solver with a Pastas Model instance.