Skip to main content

run_param_sweep

Function run_param_sweep 

Source
pub fn run_param_sweep(
    lf: LazyFrame,
    variants: &[SweepVariant],
    base_config: &BacktestConfig,
) -> Result<DataFrame, BacktestError>
Expand description

Run backtests for each variant and return a param × metrics DataFrame.