argmin_testfunctionsFunction cross_in_tray_hessian
Source pub fn cross_in_tray_hessian<T>(param: &[T; 2]) -> [[T; 2]; 2]
Expand description
Hessian of Cross-in-tray test function
This function may return NAN or INFINITY.
Note: Even if the input parameters are f32
, internal computations will be performed in f64
.