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