FiniteDifferences.jl icon indicating copy to clipboard operation
FiniteDifferences.jl copied to clipboard

Gradients and Hessians

Open wesselb opened this issue 6 years ago • 6 comments

Add support for gradients and Hessians of multivariate functions.

wesselb avatar Jan 18 '18 17:01 wesselb

partially addressed by #26 :)

nickrobinson251 avatar Oct 02 '19 19:10 nickrobinson251

Should be straight forward to support multivariate Hessian with the new grad.

Roger-luo avatar Oct 04 '19 10:10 Roger-luo

Can we tempt you to make a PR @Roger-luo ?

nickrobinson251 avatar Oct 04 '19 10:10 nickrobinson251

yeah, next week maybe, after I finish my assignments.

Roger-luo avatar Oct 04 '19 17:10 Roger-luo

Should be straight forward to support multivariate Hessian with the new grad.

How would one go about doing this?

kbarros avatar Jul 27 '23 16:07 kbarros

@kbarros, depending on what you're after, Hessian-vector products could be implemented like this. (That's the Python version of this package.)

wesselb avatar Jul 30 '23 16:07 wesselb