From ba40b69ecefc14de665ad0d0941d3575f8061464 Mon Sep 17 00:00:00 2001
From: Joerg Martin <joerg.martin@ptb.de>
Date: Mon, 13 Dec 2021 12:06:22 +0100
Subject: [PATCH] Updated yacht conf

---
 Experiments/configurations/eiv_yacht.json    | 2 +-
 Experiments/configurations/noneiv_yacht.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Experiments/configurations/eiv_yacht.json b/Experiments/configurations/eiv_yacht.json
index f0526e7..c668113 100644
--- a/Experiments/configurations/eiv_yacht.json
+++ b/Experiments/configurations/eiv_yacht.json
@@ -9,7 +9,7 @@
 	"report_point": 5,
 	"p": 0.2,
 	"lr_update": 200,
-	"epoch_offset": 250,
+	"epoch_offset": 20,
 	"eiv_prediction_number_of_draws": 100,
 	"eiv_prediction_number_of_batches": 10,
 	"init_std_y_list": [0.5],
diff --git a/Experiments/configurations/noneiv_yacht.json b/Experiments/configurations/noneiv_yacht.json
index 9b425eb..edb775c 100644
--- a/Experiments/configurations/noneiv_yacht.json
+++ b/Experiments/configurations/noneiv_yacht.json
@@ -9,7 +9,7 @@
 	"report_point": 5,
 	"p": 0.2,
 	"lr_update": 200,
-	"epoch_offset": 250,
+	"epoch_offset": 20,
 	"noneiv_prediction_number_of_draws": 100,
 	"noneiv_prediction_number_of_batches": 10,
 	"init_std_y_list": [0.5],
-- 
GitLab