Function argmin_testfunctions::ackley_param[][src]

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

Ackley test function

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