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

Hessian-vector product with central finite differences #2913

Closed
bob-carpenter opened this issue Jun 16, 2023 · 0 comments · Fixed by #2914
Closed

Hessian-vector product with central finite differences #2913

bob-carpenter opened this issue Jun 16, 2023 · 0 comments · Fixed by #2914

Comments

@bob-carpenter
Copy link
Contributor

Description

We are implementing a Hessian-vector product for BridgeStan (roualdes/bridgestan#126) and would like to be able to evaluate with central finite differences for cases where forward-mode is not defined (mainly implicit functions like the ode solvers).

There is also a scheme for setting relative perturbations that @justindomke mentioned in the issue above that we should try. Code sketches and reference links are in the above-referenced BridgeStan issue.

Expected Output

This should be a functor defined parallel to where Hessians are defined via finite differences.

Current Version:

v4.6.2

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.

1 participant