-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Describe the bug
I noticed the next best guess from utility function does not match the real one.
To Reproduce
I used the same code as shown in the document https://bayesian-optimization.github.io/BayesianOptimization/1.5.1/visualization.html
Expected behavior
A clear and concise description of what you expected to happen.
The next best guess from ucb utility function should match the real sample point. The code doesn't explore around x=-0.2 . If there is a high peak at that point, the code will miss it.
Screenshots
If applicable, add screenshots to help explain your problem.




Environment (please complete the following information):
- OS: Windows 11
pythonVersion 3.9.20numpyVersion 2.0.2scipyVersion 1.13.1bayesian-optimizationVersion 1.5.1