WilliamLwj / PyXAB

PyXAB - A Python Library for X-Armed Bandit and Online Blackbox Optimization Algorithms
https://pyxab.readthedocs.io/
MIT License
155 stars 41 forks source link

Parallel computation on a cluster #36

Open talmiller2 opened 11 months ago

talmiller2 commented 11 months ago

Is there a code example for implementation of parallelizing the optimization on a computer cluster? Thanks

WilliamLwj commented 11 months ago

Hi, thank you for your interest in our package!

Since most of the algorithms are designed to blackbox-optimize one objective function, and most of them are very fast (should finish 10k steps in seconds), we have not considered the parallel computing case.

Could you be more specific on your problem setting and why you would need parallelize the optimization? Thanks!