pub fn parallel_evaluate_batch<F>(
f: F,
points: &[Array1<f64>],
options: &ParallelOptions,
) -> Vec<f64>
Expand description
Parallel evaluation of multiple points
Evaluates the objective function at multiple points in parallel.
pub fn parallel_evaluate_batch<F>(
f: F,
points: &[Array1<f64>],
options: &ParallelOptions,
) -> Vec<f64>
Parallel evaluation of multiple points
Evaluates the objective function at multiple points in parallel.