-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
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
Labels
No labels