mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 00:17:44 +00:00
feat(optimizer): add max_positions parameter to Optuna search space
Add max_positions (1-5) as an optimizable hyperparameter across all three Optuna search stages (coarse, fine, very fine). The parameter scales effective position size as min(position_size_pct × max_positions, 1.0), allowing the optimizer to discover pyramiding strategies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in: