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
711 stars 79 forks source link

Default wrapping of Optim algorithms in `Fminbox` incase of box constraints necessitates gradient #558

Open Vaibhavdixit02 opened 1 year ago

Vaibhavdixit02 commented 1 year ago

The wrapping should be smarter and check the availability of gradients or default to SAMIN and use Fminbox only in case of inner optimizer being first order