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
Much of the complexity in the issues with the Optim.jl wrapper is simply because it doesn't treat Optim well. It makes things always complete, instead of simplifying the call. This simplifies the call, so the less you use the less machinery is required. In particular:
* TwiceDifferentiable is only made and used if the optimizer needs to use Hessians. This fixes#859, fixes#893
* Only uses constraints and bounds when the user sets them. Fixes#863 and fixes#558
0 commit comments