Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normal Form Linear Solve in Trust Region Methods #312

Closed
avik-pal opened this issue Dec 8, 2023 · 0 comments · Fixed by #345
Closed

Normal Form Linear Solve in Trust Region Methods #312

avik-pal opened this issue Dec 8, 2023 · 0 comments · Fixed by #345

Comments

@avik-pal
Copy link
Member

avik-pal commented Dec 8, 2023

Currently we cannot use Normal Form equations in TR. This can be added similar to how Gauss Newton and Levenberg work. Allows us to use Iterative Solvers like GMRES.

In the long run, we want to support LSLQ and such solvers but that requires a minor rewrite of JacVec and VecJac to provide the correct adjoint operators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant