CostFunctionType

Type Alias CostFunctionType 

Source
pub type CostFunctionType<'a> = Box<dyn Fn(&[&[f64]], &mut [f64], JacobianType<'_>) -> bool + 'a>;

Aliased Typeยง

pub struct CostFunctionType<'a>(/* private fields */);