JuliaSmoothOptimizers / SolverTools.jl

Tools for developing nonlinear optimization solvers.
Other
26 stars 18 forks source link

Separate solvers #85

Closed abelsiqueira closed 5 years ago

abelsiqueira commented 5 years ago

With the creation of SolverBenchmark.jl, we can remove plot-related things from this package completely and only use SolverBenchmark.jl, remove the solvers and create specific packages for them, and have only:

This should stay small. Then, we could change the name to something more descriptive (SolverTools.jl?).

So, for developing a new solver and creating dataframes with comparison: using SolverTools. For plotting or publishing these results: using SolverBenchmark.

What about the solvers? Should they have individual packages? Should they be bundled according to type. Should all "approved" solvers be in a special package? We could have

abelsiqueira commented 5 years ago

Done.