You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is the right spot, sorry if not!
I would like to state (in my case for an optimization problem I would like to solve with ipopt) the equality constraints as a vector.
No problem doing that, as well as the gradient with "CustomGradFunction(f, g)".
That I can only use "CustomHessianFunction(f, g, h)" for scalar equations is a bit of a hassle. Is there a way to use this, maybe via the hvp option?
I know, it's annoying with these hessians of vector valued functions.
For reference: https://juliadiff.org/ForwardDiff.jl/stable/user/advanced/#Hessian-of-a-vector-valued-function