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
704 stars 77 forks source link

Provide a way to create OptimizationProblem from NonlinearLeastSquaresProblem #622

Closed Vaibhavdixit02 closed 9 months ago

Vaibhavdixit02 commented 9 months ago

Should provide a way to create OptimizationProblem from NLS problem and run optimization solvers with it. And probably provide an extension for NolinearSolve.jl? cc: @avik-pal

ChrisRackauckas commented 9 months ago

Yes, though that's more of a SciMLBase level thing.