Function argmin_testfunctions::ackley_derivative
source ยท pub fn ackley_derivative<T>(param: &[T]) -> Vec<T>
Expand description
Derivative of Ackley test function
Calls ackley_abc_derivative
with a = 10
, b = 0.2
and c = 2*pi