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
For instance, how does one learn how to use TwiceDifferentiableConstraints? ?TwiceDifferentiableConstraints says "No documentation found". The documentation of Optim.jl uses it in the IPNewton tutorial, but doesn't explain what it is and what the options mean.
I learned that TwiceDifferentiableConstraints supports autodiff from a GitHub issue, and before that I was painfully calculating Hessians by hand, as shown in the Optim.jl documentation. I can only imagine how many mistakes people made when calculating constraints' Hessians by hand (unless it's widely known that TwiceDifferentiableConstraints supports autodiff).
The text was updated successfully, but these errors were encountered:
For instance, how does one learn how to use
TwiceDifferentiableConstraints
??TwiceDifferentiableConstraints
says "No documentation found". The documentation ofOptim.jl
uses it in theIPNewton
tutorial, but doesn't explain what it is and what the options mean.I learned that
TwiceDifferentiableConstraints
supports autodiff from a GitHub issue, and before that I was painfully calculating Hessians by hand, as shown in the Optim.jl documentation. I can only imagine how many mistakes people made when calculating constraints' Hessians by hand (unless it's widely known thatTwiceDifferentiableConstraints
supports autodiff).The text was updated successfully, but these errors were encountered: