JuliaSmoothOptimizers / SolverTools.jl

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

Tests automation #215

Open d-monnet opened 2 months ago

d-monnet commented 2 months ago

If more solvers are expected to be implemented in SolverTools.jl, standard tests (allocations, multiple precision,...) should be implemented and run over sub-solvers of the same kind (TR and LS so far) as in JSOSolvers.jl.

tmigot commented 2 months ago

Agreed. This is probably connected to #198 and #200