From cdcf1b4733137c44de89c053cee69aa52ef663fb Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Wed, 27 Nov 2024 20:04:31 +0100 Subject: [PATCH] Slightly altering the parameter of the hyperparameter test because it is too strict --- test/hyperopt_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hyperopt_test.py b/test/hyperopt_test.py index 1cd8cd2c..51fb5d19 100644 --- a/test/hyperopt_test.py +++ b/test/hyperopt_test.py @@ -12,7 +12,7 @@ # Control how much the loss should be better after hyperopt compared to # before. This value is fairly high, but we're training on absolutely # minimal amounts of data. -desired_loss_improvement_factor = 2 +desired_loss_improvement_factor = 1.5 # Different HO methods will lead to different results, but they should be # approximately the same.