JuliaMath / JuliaMath/Roots.jl

Finishing with bisection?

Open
#165 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
413
Forks
61
Avg merge
57m
Merged PRs (30d)
5

Description

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: https://github.com/JuliaDiffEq/DiffEqBase.jl/pull/350 @kanav99

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.