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

Local optimisers in ask-and-tell as a step up towards hybrid optimisers #572

Closed
1 of 2 tasks
MichaelClerx opened this issue Nov 23, 2018 · 2 comments
Closed
1 of 2 tasks
Labels
feature new method student-project Items that would make a good student project

Comments

@MichaelClerx
Copy link
Member

MichaelClerx commented Nov 23, 2018

There's a few tickets (#54 #55) about adding more traditional, local optimisers to Pints, by wrapping around e.g. SciPy.

Some ideas:

However, if we were to write some of these methods (Nelder Mead, Powell's methods, Brent's methods) in ask-and-tell form, it would open up a door to hybrid optimisation methods, e.g. an XNES variant with an internal Nelder-Mead

See e.g. https://www.frontiersin.org/articles/10.3389/fbioe.2015.00209/full

It would be great to get a student who is interested in optimisation to have a look at adding the traditional methods

@MichaelClerx MichaelClerx added feature student-project Items that would make a good student project labels Nov 23, 2018
@MichaelClerx MichaelClerx changed the title Hybrid optimisation methods Local optimisers in ask-and-tell as a step up towards hybrid optimisers Nov 23, 2018
@MichaelClerx
Copy link
Member Author

Update: we have Nelder-Mead now

@MichaelClerx
Copy link
Member Author

Closing this, as both parts have a ticket of their own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new method student-project Items that would make a good student project
Projects
None yet
Development

No branches or pull requests

1 participant