Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finishing with bisection? #165

Open
ChrisRackauckas opened this issue Oct 15, 2019 · 1 comment
Open

Finishing with bisection? #165

ChrisRackauckas opened this issue Oct 15, 2019 · 1 comment

Comments

@ChrisRackauckas
Copy link
Member

https://github.com/JuliaMath/Roots.jl#convergence

The Bisection and Roots.A42 methods are guaranteed to converge even if the tolerances are set to zero, so these are the defaults. Non-zero values for xatol and xrtol can be specified to reduce the number of function calls when lower precision is required.

Could it be helpful to have an option for the other methods to finalize the calculation by using Bisection or A42?

Xref: SciML/DiffEqBase.jl#350 @kanav99

@jverzani
Copy link
Member

jverzani commented Oct 15, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants