argmin_testfunctions

Function ackley_derivative

Source
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 = 20$, $b = 0.2$ and $c = 2\pi$.