approxposterior icon indicating copy to clipboard operation
approxposterior copied to clipboard

Parallel approxposterior using python 3.8+ multiprocessing

Open dflemin3 opened this issue 6 years ago • 0 comments

As per the Python 3.8 release notes:

multiprocessing can now use shared memory segments to avoid pickling costs between processes

This new change can enable parallel approxposterior in terms of parallelizing various optimization tasks as now the GP no longer needs to be pickled as this task was slower than the optimization.

dflemin3 avatar Jan 23 '20 20:01 dflemin3