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

DOC: Add examples for some root finding functions. #12752

Merged
merged 2 commits into from Nov 1, 2020

Conversation

AtsushiSakai
Copy link
Member

@AtsushiSakai AtsushiSakai commented Aug 22, 2020

Reference issue

fix a part of #7168

What does this implement/fix?

I added Examples for anderson, broyden1, broyden2, diagbroyden, newton_krylov in optimize module.
I tried to find good Examples for linearmixing, excitingmixing, however, I couldn't find a converged example yet.

@AtsushiSakai AtsushiSakai added Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.optimize labels Aug 22, 2020
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @AtsushiSakai

I tried to find good Examples for linearmixing, excitingmixing, however, I couldn't find a converged example yet.

As the warnings at the top of the docstrings for those functions indicate, they're not very good solvers. I think it's fine to ignore them, if they can't even solve such simple examples we may want to get rid of them at some point.

@rgommers rgommers merged commit 08554f5 into scipy:master Nov 1, 2020
@rgommers rgommers added this to the 1.6.0 milestone Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.optimize
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants