Skip to main content

par_run_with_config

Function par_run_with_config 

Source
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>>
where P: Send + Sync + Clone, S: Send + Default, F: Fn(&P) -> Box<dyn FnMut(usize, &[*const f64], &mut S) -> i32 + Send> + Send + Sync,
Expand description

Run a parameter sweep with custom DenseKernelConfig.