From ca2ff046428ab0f7af44fcdbaa375081d1e1be23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 8 Jan 2026 13:56:03 +0100 Subject: [PATCH] perf(quickadapter): default keep_extrema_fraction to 0.5 in config-template.json 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 3a4b03f..6cac2e1 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -137,7 +137,8 @@ "beta": 12.0 }, "predictions_extrema": { - "threshold_smoothing_method": "isodata" + "threshold_smoothing_method": "isodata", + "keep_extrema_fraction": 0.5 }, "optuna_hyperopt": { "enabled": true, -- 2.53.0