JuliaSmoothOptimizers / JSOSuite.jl

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

First try to use pkg extension #123

Open tmigot opened 1 year ago

tmigot commented 1 year ago

98 cc @abelsiqueira

However, I will have to change the way we keep track of the available solvers, because I don't think external solvers can update JSOSuite.optimizers dataframes, the way I did:

JSOSuite.optimizers[JSOSuite.optimizers.name .== "CaNNOLeS", :is_available] .= 1
abelsiqueira commented 1 year ago

We should have some short script timing the TTL and TTFX, so we can evaluate some alternatives. Did you manage to watch the JuliaCon presentation about Package Extensions?