From: Jérôme Benoit Date: Thu, 17 Sep 2026 19:37:39 +0000 (+0200) Subject: fix(quickadapter): keep selection schema 3 within the pull request X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c6ac4e4cb228dcf1da9969dcbf4d1c572a8fa245;p=freqai-strategies.git fix(quickadapter): keep selection schema 3 within the pull request --- diff --git a/README.md b/README.md index afb2979..8866b4d 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ Operational constraints: while direct fits raise an error. - Changing objective-weight normalization, softmax stabilization, metric-type validation, or bound publication resets label HPO selection state - (selection schema 4). The persisted best-params JSON layout remains + (selection schema 3). The persisted best-params JSON layout remains independently versioned. ### Backtest evaluation protocol diff --git a/quickadapter/user_data/strategies/Utils.py b/quickadapter/user_data/strategies/Utils.py index a1a18e3..5065312 100644 --- a/quickadapter/user_data/strategies/Utils.py +++ b/quickadapter/user_data/strategies/Utils.py @@ -5123,7 +5123,7 @@ Incremented on every on-disk JSON shape change (top-level keys, params layout). """ -_OPTUNA_LABEL_SELECTION_SCHEMA_VERSION: Final[int] = 4 +_OPTUNA_LABEL_SELECTION_SCHEMA_VERSION: Final[int] = 3 """Version of the label-namespace Optuna best-trial selection algorithm. Incremented on any change to tie-break, normalization, distance-metric