# Example sweep grid for `fxt-backtest sweep`. # A1: decision_stride removed. This file previously swept stride={1,2,4,8}; # those cell overrides are now no-ops. Repurposed as a threshold sweep example. # # Run: # fxt-backtest sweep --grid config/ml/sweep_decision_stride_example.yaml \ # --out results/sweep_example # Produces results/sweep_example/{cell_1,...}/{summary.json,trades.csv,pnl_curve.bin} # plus aggregate.parquet + pareto_frontier.json at the root. base: data: test_data/futures-baseline/ES.FUT n_parallel: 1 latency_ns: 100000000 # 100 ms IBKR + Scaleway baseline target_annual_vol_units: 50.0 annualisation_factor: 825.0 max_lots: 5 max_events: 0 # exhaust the input stream seed: 12648430 # checkpoint: path/to/trained.bin # uncomment to use real weights cells: - name: cell_1 - name: cell_2 - name: cell_3 - name: cell_4