NLsolve.jl icon indicating copy to clipboard operation
NLsolve.jl copied to clipboard

KINSOL vs MINPACK vs NLsolve Benchmarking

Open ChrisRackauckas opened this issue 7 years ago • 1 comments

There's 3 separate nonlinear solver packages now:

https://github.com/JuliaDiffEq/Sundials.j (KINSOL) https://github.com/sglyon/MINPACK.jl

and this. It would be interesting to have a set of benchmarks showing the effectiveness of each.

ChrisRackauckas avatar Apr 14 '18 16:04 ChrisRackauckas

At some point we talked about having a package that holds all the test cases.

An "easy" first step at this would be to consolidate all tests into a single package that all of them can use and then use that as a suite of benchmarks too

sglyon avatar Apr 14 '18 16:04 sglyon