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

Implement brenth for root finding #355

Open
qqlearn123 opened this issue May 13, 2023 · 2 comments
Open

Implement brenth for root finding #355

qqlearn123 opened this issue May 13, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@qqlearn123
Copy link

It would be great if we also have brenth implemented as in scipy.optimize.brenth.

@stefan-k
Copy link
Member

stefan-k commented May 14, 2023

There is BrentRoot, which, as far as I remember, is similar to brentq in scipy. Maybe @Armavica, who implemented BrentRoot in #77 can comment.

Edit: My bad, BrentRoot was actually implemented by @xemwebe in #22.

@qqlearn123
Copy link
Author

Yes, I know that and I am using it now.

From my experiments, brenth seems to be faster for my problem at hand. So, just curious if we could have brenth implemented as well.

@stefan-k stefan-k added enhancement New feature or request help wanted Extra attention is needed labels May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants