From d12c8ab83f352b57a42ba15a4451ba9ecfd77ab0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 17 Sep 2026 20:44:00 +0200 Subject: [PATCH] fix(quickadapter): invalidate stale label selection state --- quickadapter/user_data/strategies/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.53.0