Skip to content

Tolerance schemes when using iterative solvers in least squares #208

Description

@jpbrodrick89

I wonder if anyone had a good, simple, ready-made recipe for dynamically tightening tolerance when using an iterative inner solver such as LSMR in Levenberg-Marquadt (e.g. schemes such as Wright and Holt's from 1985 or the more recent Eisenstat-Walker) before I try building one from scratch. My two ideas right now are either to write a new AbstractDampedNewton solver or just break up the solve and update the linear solver attribute of the nonlinear solver with eqx.tree_at.

@GJBoth I think you mentioned on lineax you had been using iterative solvers in LM?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions