PyAutoFit icon indicating copy to clipboard operation
PyAutoFit copied to clipboard

Parallelize initalizer sampling with `multiprocessing`

Open Jammy2211 opened this issue 1 year ago • 0 comments

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.

Jammy2211 avatar Mar 01 '24 13:03 Jammy2211