From c6ac4e4cb228dcf1da9969dcbf4d1c572a8fa245 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 17 Sep 2026 21:37:39 +0200 Subject: [PATCH] fix(quickadapter): keep selection schema 3 within the pull request --- README.md | 2 +- quickadapter/user_data/strategies/Utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.53.0