Skip to content

Tags: Modulos/BayesianOptimization

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bayesian optimizer: bugfix (#1)

The scipy function minimize expects a 1d array, therefore the reshape of `x_try` is not helping.

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bayesian-optimization#282 from citrusvanilla/master

print both digits of the exponent in scientific notation form for flo…