Function argmin_testfunctions::bukin_n6
source ยท pub fn bukin_n6<T>(param: &[T; 2]) -> Twhere
T: Float + FromPrimitive,
Expand description
Bukin test function No. 6
Defined as
f(x_1, x_2) = 100*\sqrt{|x_2 - 0.01*x_1^2|} + 0.01 * |x_1 + 10|
where x_1 \in [-15, -5]
and x_2 \in [-3, 3]
.
The global minimum is at f(x_1, x_2) = f(-10, 1) = 0
.