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

Parallelize initalizer sampling with multiprocessing #955

Closed
Jammy2211 opened this issue Mar 1, 2024 · 0 comments
Closed

Parallelize initalizer sampling with multiprocessing #955

Jammy2211 opened this issue Mar 1, 2024 · 0 comments
Assignees

Comments

@Jammy2211
Copy link
Collaborator

The Initializer draws samples serially, irrespective of the search number_of_cores.

https://github.com/rhayes777/PyAutoFit/blob/main/autofit/non_linear/initializer.py

Could we implement this to draw samples in parallel based on a search's number_of_cores?

This will help certain runs where this speed up is actually important.

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

No branches or pull requests

2 participants