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

Jacobian and Hessian Free Halley's Method #139

Open
ChrisRackauckas opened this issue Jan 31, 2023 · 1 comment · May be fixed by #404
Open

Jacobian and Hessian Free Halley's Method #139

ChrisRackauckas opened this issue Jan 31, 2023 · 1 comment · May be fixed by #404

Comments

@ChrisRackauckas
Copy link
Member

https://www.autodiff.org/Docs/euroad/Trond_Steihaug.pdf describes a bit how it would be done via jvps and hvps, which would mix in AD tricks.

@avik-pal
Copy link
Member

Revisiting this seems like Halley should never compute a Hessian in the first place.

image

It should be done with a HVP. The linear solve can also be done with a krylov method but that is a separate point.

@avik-pal avik-pal assigned avik-pal and unassigned avik-pal Feb 24, 2024
@avik-pal avik-pal linked a pull request Apr 30, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants