]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(quickadapter): use trial pruning for CatBoost grow_policy validation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 21:28:41 +0000 (22:28 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 8 Jan 2026 21:28:41 +0000 (22:28 +0100)
commitec346cfad385e0a6baaec94c591d0b1dbb0ce347
tree189a99de29e9eedc098f3c4971103faaa2c5e399
parent396cac04ff614bfcf68445e26576463f111dfa30
fix(quickadapter): use trial pruning for CatBoost grow_policy validation

Replace dynamic grow_policy options with trial pruning to avoid Optuna's
"CategoricalDistribution does not support dynamic value space" error.

Always suggest all grow_policy options, but prune trials with incompatible
Ordered boosting + nonsymmetric trees combinations.
quickadapter/user_data/strategies/Utils.py