pub fn ackley_derivative<T>(param: &[T]) -> Vec<T>
where T: Float + FromPrimitive + Sum,
Expand description

Derivative of Ackley test function

Calls ackley_abc_derivative with a = 10, b = 0.2 and c = 2*pi