This function is based on the formula
$$f(\mathbf{x}) = (\mathbf{x}_1 + 2\mathbf{x}_2 - 7)^2 + (2\mathbf{x}_1 + \mathbf{x}_2 - 5)^2$$
subject to \(\mathbf{x}_i \in [-10, 10], i = 1, 2\).
Usage
makeBoothFunction()
Arguments
Value
An object of class SingleObjectiveFunction, representing the Booth Function.