pub fn par_run_with_config<P, S, F>(
data: Arc<DataTable>,
param_sets: Vec<P>,
config: DenseKernelConfig,
strategy_factory: F,
) -> Result<ParallelSweepResult<S, P>>Expand description
Run a parameter sweep with custom DenseKernelConfig.