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