# Minimal TLI Tune Command Test Configuration # Purpose: E2E workflow testing of hyperparameter tuning search_space: learning_rate: type: loguniform low: 0.0001 high: 0.01 batch_size: type: categorical choices: [64, 128, 256] gamma: type: uniform low: 0.95 high: 0.99 objective: metric: sharpe_ratio direction: maximize pruning: enabled: true strategy: median warmup_trials: 2