We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
See also #684 and #572
Sorry, something went wrong.
Closed in #880
MichaelClerx
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: