Skip to content

The next best guess does not match the real sample point. #528

@linghuix

Description

@linghuix

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.
image
image
image
image

Environment (please complete the following information):

  • OS: Windows 11
  • python Version 3.9.20
  • numpy Version 2.0.2
  • scipy Version 1.13.1
  • bayesian-optimization Version 1.5.1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions