Skip to content

clarify implementation of priors from Vanilla BO works great in high dimensions #430

Answered by jduerholt
R-M-Lee asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @R-M-Lee,

by default we are also not scaling the scale part, we just provide the option. In the accompanying data model the scale_scaling parameter is set to zero:

scale_scaling: float = 0.0

This also holds true for their implementation. Have a look here: https://github.com/hvarfner/vanilla_bo_in_highdim/blob/62cc3846108ee9ba6fe865a0da65e51f443c768b/benchmarking/gp_priors.py#L34

We are just giving the possibility to also scale the scale parameter.

The noise prior is also from their code, have a look here: https://github.com/hvarfner/vanilla_bo_in_highdim/blob/62cc3846108ee9ba6fe865a0da65e51f443c768b/configs…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by R-M-Lee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants