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

Does the mma algorithm in pygmo2 support mpi process? #75

Closed
qwefhajk opened this issue Jun 9, 2021 · 1 comment
Closed

Does the mma algorithm in pygmo2 support mpi process? #75

qwefhajk opened this issue Jun 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@qwefhajk
Copy link

qwefhajk commented Jun 9, 2021

The mma algorithm in Nlopt does not support mpi process,right? So does pygmo2 support it for the MMA algorithm?

@qwefhajk qwefhajk added the enhancement New feature or request label Jun 9, 2021
@bluescarni
Copy link
Member

@qwefhajk no NLopt does not have any support from MPI as far as i know. In pygmo, you can use the mma algorithm in conjunction with an archipelago of ipyparallel_islands to achieve coarse-grained parallelisation (basically, running multiple optimisations at the same time).

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

No branches or pull requests

2 participants