Function argmin_testfunctions::ackley_abc_hessian_const
source ยท pub fn ackley_abc_hessian_const<const N: usize, T>(
param: &[T; N],
a: T,
b: T,
c: T,
) -> [[T; N]; N]
Expand description
Hessian of Ackley test function
The same as ackley_hessian
; however, it allows to set the parameters a, b and c.