]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
perf(quickadapter): default keep_extrema_fraction to 0.5 in config-template.json
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 12:56:03 +0000 (13:56 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 12:56:03 +0000 (13:56 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
quickadapter/user_data/config-template.json

index 3a4b03fdefda4f7d167bebf3824642620a5ace5e..6cac2e1fbef0547ad5445415e1934b8fdcf1659c 100644 (file)
       "beta": 12.0
     },
     "predictions_extrema": {
-      "threshold_smoothing_method": "isodata"
+      "threshold_smoothing_method": "isodata",
+      "keep_extrema_fraction": 0.5
     },
     "optuna_hyperopt": {
       "enabled": true,