paulknysh/blackbox

let the user choose the pool object

Closed this issue · 1 comments

It could be a good idea to have a pool argument which take an object with a map method.
That way, it will be easy to use other multiprocessing tools like ipyparallel, dask.distributed or pathos.

See abcpmc for a similar implementation.

Thanks for your suggestion! I'll consider this.