Skip to content
#

bayesian-optimization

Here are 185 public repositories matching this topic...

mkhan037
mkhan037 commented Jan 14, 2020

The docstring in the gaussian_ei acquisition function mentions

Note that the value returned by this function should be maximized to
obtain the X with maximum improvement.

However, in the Optimizer class, we see that the next x is determined by the following code for the 'sampling' acquisition optimizer.
` values = _gaussian_acquisition(
X=X, model=est, y_op

SMAC3
tabularaza27
tabularaza27 commented Feb 4, 2020

The download buttons for the examples on readthedocs are not working. I cloned the repo and built the docs locally and it works fine. I guess just something in the build process went wrong and it should be working when you build it again.

v-pourahmadi
v-pourahmadi commented Jun 2, 2019

Hi,

Thanks for sharing the code.

Is there ant simple "getting started" document on setting up like a basic EI or KG with your tool.
1- I have seen the main.py in the "example" folder, it is good but it is for a very complete case, not for simple sampling mode.
2- I have tried the MOE getting started document (available in the "doc" folder) but as the function names and procedures are chan

Improve this page

Add a description, image, and links to the bayesian-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian-optimization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.