pub fn dfs_parallel(
min_scale: i32,
max_scale: i32,
n: usize,
target_sum: f64,
target_sd: f64,
rounding_error_sums: f64,
rounding_error_sds: f64,
output_file: &str,
) -> Result<()>Expand description
Run CLOSURE across starting combinations and write results to disk