paulknysh / blackbox

A Python module for parallel optimization of expensive black-box functions
MIT License
439 stars 60 forks source link

let the user choose the pool object #4

Closed celliern closed 7 years ago

celliern commented 7 years ago

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.

paulknysh commented 7 years ago

Thanks for your suggestion! I'll consider this.