Skip to main content

ObjectiveFunction

Type Alias ObjectiveFunction 

Source
pub type ObjectiveFunction<A> = Box<dyn Fn(&Array1<A>) -> A>;
Expand description

Type alias for objective function

Aliased Typeยง

pub struct ObjectiveFunction<A>(/* private fields */);