Skip to content

Expose Brent's Method from Optim.jl? #1016

@alecloudenback

Description

@alecloudenback

Is your feature request related to a problem? Please describe.

Optim provides (a poorly documented :( ) version of Brent's bisection/quasi-newton hybrid algorithm but it's not exposed via Optimization AFAICT.

Describe the solution you’d like

Be able to use Brent's method which is nice for cases where a derivative is not available.

Describe alternatives you’ve considered

Using Optim or Roots directly, but I would ideally like to use AccessibleOptmization for the lenses to objects it provides.

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