rmcantin / bayesopt

BayesOpt: A toolbox for bayesian optimization, experimental design and stochastic bandits.
GNU Affero General Public License v3.0
396 stars 92 forks source link

Multicore processing #12

Closed the-drunk-coder closed 7 years ago

the-drunk-coder commented 7 years ago

Hi,

is it possible to exploit the presence of multiple processor cores with BayesOpt ?

Regards, Nik

rmcantin commented 7 years ago

We use uBlas and NLOPT which don't support parallelization. Those might be replaced in the future for libraries that allow parallelization, but it requires a major refactorization of the whole project.