From: Jérôme Benoit Date: Thu, 8 Jan 2026 12:56:03 +0000 (+0100) Subject: perf(quickadapter): default keep_extrema_fraction to 0.5 in config-template.json X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ca2ff046428ab0f7af44fcdbaa375081d1e1be23;p=freqai-strategies.git perf(quickadapter): default keep_extrema_fraction to 0.5 in config-template.json Signed-off-by: Jérôme Benoit --- 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,