bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.96k stars 1.55k forks source link

benchmark comparison with sigopt and hyperopt? #68

Closed franklin5 closed 7 years ago

franklin5 commented 7 years ago

anyone knows of published comparison between a varieties of hyper-parameter auto-tuning optimizer, including SigOpt, hyperopt, spearmint, moe, BayesianOptimization, pybo and gpyopt?

fmfn commented 7 years ago

While I would like to see such a benchmark I will close this since I don't think is technically an issue.