Follow-up from review
The current optuna_style mode evaluates an initial prefix, then ranks remaining bounded candidates by similarity to the best survivor plus seeded randomness. That is deterministic and bounded, but it is not a real trial/sampler optimization loop.
What to build
Replace or extend optuna_style with a real trial-based optimizer over Strategy Spec parameters and bounded template choices.
Acceptance criteria
Context
Review finding: current optuna_style is a heuristic ordering mode, not comparable to Optuna-style optimization.
Related issue requirement: "Optuna-style optimization can search Strategy Spec parameters or bounded template choices."
Follow-up from review
The current
optuna_stylemode evaluates an initial prefix, then ranks remaining bounded candidates by similarity to the best survivor plus seeded randomness. That is deterministic and bounded, but it is not a real trial/sampler optimization loop.What to build
Replace or extend
optuna_stylewith a real trial-based optimizer over Strategy Spec parameters and bounded template choices.Acceptance criteria
Context
Review finding: current
optuna_styleis a heuristic ordering mode, not comparable to Optuna-style optimization.Related issue requirement: "Optuna-style optimization can search Strategy Spec parameters or bounded template choices."