We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9868dfa commit dbbaaf9Copy full SHA for dbbaaf9
vizier/_src/algorithms/designers/gp_ucb_pe.py
@@ -106,7 +106,7 @@ class UCBPEConfig(eqx.Module):
106
# is below this threshold, the designer considers the noise to be high and may
107
# explore more aggressively. Set to 0.0 to disable this feature.
108
signal_to_noise_threshold: jt.Float[jt.Array, ''] = eqx.field(
109
- default=0.1, converter=jnp.asarray
+ default=0.7, converter=jnp.asarray
110
)
111
# Whether to optimize the set acquisition function for exploration.
112
optimize_set_acquisition_for_exploration: bool = eqx.field(
0 commit comments