[][src]Function argmin::testfunctions::ackley_param

pub fn ackley_param<T>(param: &[T], a: T, b: T, c: T) -> T where
    T: Sum<T> + FromPrimitive + Float

Ackley test function

The same as ackley; however, it allows to set the parameters a, b and c.