From fa63a23e5c056272545e537708fea2ac389fc3f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 17 Feb 2025 12:55:37 +0100 Subject: [PATCH] refactor(qav3): cleanup config template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index c518f44..fdeeeb6 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -118,8 +118,8 @@ "outlier_threshold": 0.999, "optuna_hyperopt": { "enabled": true, - "n_trials": 36, "n_jobs": 6, + "n_trials": 36, "timeout": 3600, "candles_step": 10, "storage": "file" -- 2.43.0