Optimization.jl icon indicating copy to clipboard operation
Optimization.jl copied to clipboard

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 inte...

Results 135 Optimization.jl issues
Sort by recently updated
recently updated
newest added

**Question❓** Hi, I really like the quality of the documentation, however I struggle to find a functionality I am pretty sure that it exists: If I get this correct, Optimization.jl...

question

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

The data handling is quite awkward leading to issues like https://github.com/SciML/OptimizationBase.jl/issues/13, without batching data doesn't need to be passed in specially and should be a part of `p` to avoid...

**Question❓** An OptimizationNLopt solve that results in FORCED_STOP from a callback will return not the point that generated the stop, but the previous best point. Perhaps this is intended, but...

question