Skip to content

Commit e2c64fe

Browse files
Daniel Jiangfacebook-github-bot
authored andcommitted
1e-4 min inferred noise
Summary: for improved stability during fitting Reviewed By: Balandat Differential Revision: D15968900 fbshipit-source-id: a638140f31889c441774c4bf92ee01f310dd96a3
1 parent c29712a commit e2c64fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch/models/gp_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from .utils import multioutput_to_batch_mode_transform
3333

3434

35-
MIN_INFERRED_NOISE_LEVEL = 1e-6
35+
MIN_INFERRED_NOISE_LEVEL = 1e-4
3636

3737

3838
class SingleTaskGP(BatchedMultiOutputGPyTorchModel, ExactGP):

0 commit comments

Comments
 (0)