Function argmin_testfunctions::ackley_abc
source ยท pub fn ackley_abc<T>(param: &[T], a: T, b: T, c: T) -> T
Expand description
Ackley test function
The same as ackley
; however, it allows to set the parameters a, b and c.
pub fn ackley_abc<T>(param: &[T], a: T, b: T, c: T) -> T
Ackley test function
The same as ackley
; however, it allows to set the parameters a, b and c.