benchmarkfcns.foxholes

benchmarkfcns.foxholes(arg0: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous']) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']

Computes the value of the Foxholes benchmark function. SCORES = foxholes(X) computes the value of the Foxholes function at point X. foxholes accepts a matrix of size M-by-2 and returns a vector SCORES of size M-by-1 in which each row contains the function value for each row of X. Properties:

  • Global minimum: approx 0.998

  • Location of global minimum: (-32, -32)

  • Number of dimensions: 2

  • Recommended domain: [-65.536, 65.536]^2

Mathematical Definition

Visualization

foxholes landscape