dmuck / redding-stan

ReddingStan smuggles log probabilities and gradients out of Stan models
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Hessian Vector Products #20

Open syclik opened 2 years ago

syclik commented 2 years ago

Can we compute the Hessian? Can we compute a Hessian Vector Product?

What's the interface to do this?

Request from @rgiordan.

syclik commented 2 years ago

Do we need gradients w.r.t. the hessian vector product? (I'm guessing no) Do we need the different versions of evaluating the log prob? (I'm guessing yes)

rgiordan commented 2 years ago
rgiordan commented 2 years ago

Possibly relevant, with associated PRs and commentary from the Stan developers:

https://github.com/stan-dev/rstan/issues/587