PyAutoFit
                                
                                 PyAutoFit copied to clipboard
                                
                                    PyAutoFit copied to clipboard
                            
                            
                            
                        Parallelize initalizer sampling with `multiprocessing`
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.