]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
fix(quickadapter): keep selection schema 3 within the pull request
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 17 Sep 2026 19:37:39 +0000 (21:37 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 17 Sep 2026 19:37:39 +0000 (21:37 +0200)
README.md
quickadapter/user_data/strategies/Utils.py

index afb2979e31cb0fbce65a29b1c5d7b7d8590cab9e..8866b4d55acdac87f47c4ab462e7351b82bf068e 100644 (file)
--- 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
index a1a18e3ef0dac62f6f591190b1dbffc45c8897fc..5065312b5478563a6183a0bda00d34c1d77de857 100644 (file)
@@ -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