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

Feature Request: parallel Nelder-Mead #268

Closed
itsdfish opened this issue Aug 17, 2016 · 4 comments
Closed

Feature Request: parallel Nelder-Mead #268

itsdfish opened this issue Aug 17, 2016 · 4 comments

Comments

@itsdfish
Copy link

Nelder-Mead is often used for slow models, sometimes requiring multiple seconds per evaluation. Such cases would greatly benefit from a parallel implementation of the Nelder-Mead method. It appears that a few parallel implementations exist, which are listed below.

http://link.springer.com/article/10.1007/s10614-007-9094-2

http://link.springer.com/article/10.1007/s10614-013-9377-8

@pkofod
Copy link
Member

pkofod commented Aug 17, 2016

Should be relatively easy to implement. I don't have time right now. Others might, or I might return to it at a later point in time. I will have to read the papers to say anything qualified on the matter :) However, I can say that benchmarking NelderMead on the large CUTEst problems is currently not possible, as it takes too long, so it would be great to improve on that!

@johnmyleswhite
Copy link
Contributor

I would say that we shouldn't work on this until Julia's threading support is finished. I think it would be a mistake to do this using distributed computing by default.

@pkofod pkofod mentioned this issue Dec 22, 2016
13 tasks
@pkofod
Copy link
Member

pkofod commented Mar 13, 2017

This is mentioned in #326 so closing this, as there is no plan here.

@structurale
Copy link

Curious if the parallel optim ever got implemented.

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

4 participants