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

muller inefficient #221

Closed
jacobwilliams opened this issue Jul 17, 2021 · 2 comments · Fixed by #222
Closed

muller inefficient #221

jacobwilliams opened this issue Jul 17, 2021 · 2 comments · Fixed by #222

Comments

@jacobwilliams
Copy link
Contributor

The muller function is very inefficient since it's recomputing all three function evaluations every iteration, even though two of them have already been computed in the previous iteration.

@jacobwilliams
Copy link
Contributor Author

Just sent a PR for this. I haven't looked at any of the other methods to see if they have the same problem.

@jverzani
Copy link
Member

Thanks for this! I'll merge in and bump the version number once the tests run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants