Skip to content

Finishing with bisection? #165

Open
Open
@ChrisRackauckas

Description

@ChrisRackauckas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions