Function argmin_testfunctions::rastrigin_a
source ยท pub fn rastrigin_a<T>(param: &[T], a: T) -> T
Expand description
Rastrigin test function
The same as rastrigin
; however, it allows to set the parameter a.
pub fn rastrigin_a<T>(param: &[T], a: T) -> T
Rastrigin test function
The same as rastrigin
; however, it allows to set the parameter a.