pub fn ackley_abc_derivative<T>(param: &[T], a: T, b: T, c: T) -> Vec<T>
Expand description
Derivative of Ackley test function
The same as ackley_derivative
; however, it allows to set the parameters $a$, $b$ and $c$.
pub fn ackley_abc_derivative<T>(param: &[T], a: T, b: T, c: T) -> Vec<T>
Derivative of Ackley test function
The same as ackley_derivative
; however, it allows to set the parameters $a$, $b$ and $c$.