From a6091eb18e7b7df438d2291da4aa8b2dd966611f Mon Sep 17 00:00:00 2001
From: Steve Schmerler <git@elcorto.com>
Date: Thu, 8 May 2025 13:19:52 +0200
Subject: [PATCH] gp: 01_one_dim: use small fixed sigma_n

---
 BLcourse2.3/01_one_dim.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BLcourse2.3/01_one_dim.py b/BLcourse2.3/01_one_dim.py
index 2f20366..ec49e80 100644
--- a/BLcourse2.3/01_one_dim.py
+++ b/BLcourse2.3/01_one_dim.py
@@ -170,7 +170,7 @@ pprint(extract_model_params(model, raw=False))
 model.mean_module.constant = 3.0
 model.covar_module.base_kernel.lengthscale = 1.0
 model.covar_module.outputscale = 1.0
-model.likelihood.noise_covar.noise = 0.1
+model.likelihood.noise_covar.noise = 1e-3
 
 pprint(extract_model_params(model, raw=False))
 # -
-- 
GitLab