]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
style(quickadapter): backtick best_params symbol reference in strategy comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 01:59:05 +0000 (03:59 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Jun 2026 01:59:05 +0000 (03:59 +0200)
quickadapter/user_data/strategies/QuickAdapterV3.py

index 4145cafab2843737f15c6b48ff446c66fbb5ecf3..98f0a569cfc28f1bb6f945a37db5bf4ef2e24c97 100644 (file)
@@ -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.