BayesianOptimization icon indicating copy to clipboard operation
BayesianOptimization copied to clipboard

A Python implementation of global optimization with gaussian processes.

Results 64 BayesianOptimization issues
Sort by recently updated
recently updated
newest added

This introduces a user-facing .predict() method to the optimizer to simplify making predictions with the GP. I think that with the support for optimization over non-float parameters, calling `.predict()` on...

Hello, sometimes I got the error below. I used init_points=5 and n_iter=300. Could you suggest how to fix this, e.g., increasing the number of iterations? Thanks! \bayes_opt\acquisition.py", line 393, in...

This is a WIP attempt to satisfy some of the goals in this issue thread about adding alternative (not just iteration based) termination criteria for the optimizer: https://github.com/bayesian-optimization/BayesianOptimization/issues/381 New termination...

It would be great if the optimisation could take advantage of multiple cores **Describe the solution you'd like** There is a method described in https://arxiv.org/pdf/1206.2944 section 3.3 which is already...

enhancement