From: Jérôme Benoit Date: Thu, 17 Sep 2026 18:44:00 +0000 (+0200) Subject: fix(quickadapter): invalidate stale label selection state X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d12c8ab83f352b57a42ba15a4451ba9ecfd77ab0;p=freqai-strategies.git fix(quickadapter): invalidate stale label selection state --- diff --git a/quickadapter/user_data/strategies/Utils.py b/quickadapter/user_data/strategies/Utils.py index 72b41f7..5fe400d 100644 --- a/quickadapter/user_data/strategies/Utils.py +++ b/quickadapter/user_data/strategies/Utils.py @@ -5121,7 +5121,7 @@ Incremented on every on-disk JSON shape change (top-level keys, params layout). """ -_OPTUNA_LABEL_SELECTION_SCHEMA_VERSION: Final[int] = 2 +_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