Booth Function
The Booth function is a non-convex function used as a performance test problem for optimization algorithms.
It is defined as:
\[f(x) = (x_0 + 2x_1 - 7)^2 + (2x_0 + x_1 - 5)^2\]
- Reference:
https://www.sfu.ca/~ssurjano/booth.html
-
__init__()[source]
Methods
Attributes