pub type ProblemEval = Box<dyn Fn(&mut f64, &mut Vec<f64>, &mut CooMat<f64>, &mut Vec<f64>, &mut CooMat<f64>, &mut Vec<CooMat<f64>>, &[f64])>;Expand description
Type that represents the evaluation function of an optimization problem.
Aliased Typeยง
pub struct ProblemEval(/* private fields */);