pub fn rastrigin_a<T>(param: &[T], a: T) -> Twhere T: Float + FromPrimitive + Sum,
Rastrigin test function.
The same as rastrigin; however, it allows to set the parameter a.
rastrigin