Replies: 2 comments
-
@nrummel you could implement |
Beta Was this translation helpful? Give feedback.
0 replies
-
Btw @nrummel you could use
to avoid comparing both |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello JSO Team,
I am have an analytic form for the hessian, and I would like to build a NLPModel with my own in-place Julia functions rather than using automatic differentiation. In the ManualNLPModels repo it looks like you can do this by providing hessian-vector product (hvp) function. Because my hessian is expensive to compute, I would like to compute the Hessian once at a particular iteration then reuse it if multiply hvp's are necessary. I have a current work around
This feels a bit hackey, but it definitely solve my problem. Do you all have more elegant way to handle this situation?
Nic
Beta Was this translation helpful? Give feedback.
All reactions