From: Jérôme Benoit Date: Mon, 22 Jun 2026 01:59:05 +0000 (+0200) Subject: style(quickadapter): backtick best_params symbol reference in strategy comment X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3e71ee87f0b2fe7b53df2b45cac153f6641465b6;p=freqai-strategies.git style(quickadapter): backtick best_params symbol reference in strategy comment --- diff --git a/quickadapter/user_data/strategies/QuickAdapterV3.py b/quickadapter/user_data/strategies/QuickAdapterV3.py index 4145caf..98f0a56 100644 --- a/quickadapter/user_data/strategies/QuickAdapterV3.py +++ b/quickadapter/user_data/strategies/QuickAdapterV3.py @@ -2353,7 +2353,7 @@ class QuickAdapterV3(IStrategy): ) -> Optional[dict[str, Any]]: # Strategy consumes only output tunables (``label_period_candles``, # ``label_horizon_candles``, ``label_natr_multiplier``); - # selection-metadata drift on cached label best-params is + # selection-metadata drift on cached label ``best_params`` is # tolerable here. The regressor's ``optuna_load_best_params`` # passes ``expected_selection_metadata`` and rejects drift before # re-running HPO selection.