You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curiously, it seems like the Roots.jl implementation is ~15% faster. Adding an extra Roots.ITP() argument to find_zero, I find that (using Chairmarks and a Zen2 chip):
From this, I suspect there's some performance on the table with the current implementation. I don't have time to dig into this myself, but thought I might as well let you folk know 🙂.
The text was updated successfully, but these errors were encountered:
Hello!
I wrote the original code that was developed into the current ITP implementation (#184) and recently for fun thought I'd compare it to what's in Roots.jl using the example problem in https://docs.sciml.ai/SciMLBenchmarksOutput/stable/IntervalNonlinearProblem/simpleintervalrootfind/.
Curiously, it seems like the Roots.jl implementation is ~15% faster. Adding an extra
Roots.ITP()
argument tofind_zero
, I find that (usingChairmarks
and a Zen2 chip):From this, I suspect there's some performance on the table with the current implementation. I don't have time to dig into this myself, but thought I might as well let you folk know 🙂.
The text was updated successfully, but these errors were encountered: