mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
9bc525a264
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>