SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
688 stars 75 forks source link

Update OptimizationOptimJL.jl #759

Closed Vaibhavdixit02 closed 1 month ago

Vaibhavdixit02 commented 1 month ago

Checklist

Additional context

Add any other context about the problem here. Fixes #755

sjdaines commented 1 month ago

Many thanks for fixing this.

However, this addresses https://github.com/SciML/Optimization.jl/issues/754 (regression in v3.25.0) and does not (yet) address https://github.com/SciML/Optimization.jl/issues/755 (missing tests) ! (there is no new test yet in this PR...).

Suggested new tests from (now closed) PR https://github.com/SciML/Optimization.jl/pull/758 https://github.com/SciML/Optimization.jl/blob/764c066948a0e92d5d4c5aeb940b823332212f55/lib/OptimizationOptimJL/test/runtests.jl#L34C5-L38C8

and

https://github.com/SciML/Optimization.jl/blob/764c066948a0e92d5d4c5aeb940b823332212f55/lib/OptimizationOptimJL/test/runtests.jl#L165C5-L181C34