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

Add Nelder-Mead method #593

Closed
MichaelClerx opened this issue Jan 8, 2019 · 2 comments
Closed

Add Nelder-Mead method #593

MichaelClerx opened this issue Jan 8, 2019 · 2 comments
Assignees

Comments

@MichaelClerx
Copy link
Member

Looking at scipy: https://github.com/scipy/scipy/blob/master/scipy/optimize/optimize.py#L455-L681
And this: https://github.com/fchollet/nelder-mead/blob/master/nelder_mead.py

it shouldn't be too hard to add an ask-and-tell nelder-mead to Pints

@MichaelClerx
Copy link
Member Author

See also #684 and #572

@MichaelClerx
Copy link
Member Author

Closed in #880

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

No branches or pull requests

1 participant