SciML / OptimizationBase.jl

The base package for Optimization.jl, containing the structs and basic functions for it.
MIT License
15 stars 7 forks source link

`MOIOptimizationNLPEvaluator` should use Lagrangian hessian instead of constraint hessian #92

Closed baggepinnen closed 3 weeks ago

baggepinnen commented 2 months ago

The struct MOIOptimizationNLPEvaluator does not support lag_h, and instead uses the much less efficient cons_h, ref

This makes constrained second-order optimization impractically expensive

Vaibhavdixit02 commented 2 months ago

This makes constrained second-order optimization impractically expensive

It did! Commented on other issues