JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
129 stars 25 forks source link

Add hard test cases #44

Closed dpsanders closed 4 years ago

dpsanders commented 6 years ago

There are some nice ones in

https://www.sciencedirect.com/science/article/pii/S0377042700007111

with results we can compare with.

gwater commented 6 years ago

For your information: I'm preparing a pull request with implementations of some examples from Smiley and Chun's article. So far, all examples pass (with the Newton contractor) although some (specifically Example 5.5) take upwards of 30 minutes on my machine.

dpsanders commented 6 years ago

Great, thanks!

dpsanders commented 4 years ago

Done in #70.