JuliaSmoothOptimizers / JSOSuite.jl

One stop solutions for all things optimization
Mozilla Public License 2.0
22 stars 6 forks source link

Allow minimize(solver, args...)? #161

Open abelsiqueira opened 3 months ago

abelsiqueira commented 3 months ago

If I have already created a solver object, should I be able to call minimize(solver, args...; kwargs...)?

tmigot commented 3 months ago

I guess you want minimize instead of minimize! to unify the function solver? Why not, it feels the difference with solve! is when the user don't pass an nlp directly, so this is connected to #162