Function argmin_testfunctions::rastrigin_a_hessian
source ยท pub fn rastrigin_a_hessian<T>(param: &[T], a: T) -> Vec<Vec<T>>
Expand description
Hessian of Rastrigin test function where a
can be chosen freely
pub fn rastrigin_a_hessian<T>(param: &[T], a: T) -> Vec<Vec<T>>
Hessian of Rastrigin test function where a
can be chosen freely