benchmarkfcns.meyer

benchmarkfcns.meyer(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 Meyer (Meyer-Roth) benchmark function. SCORES = meyer(X) computes the value of the function at point X. meyer accepts a matrix of size M-by-3 and returns a vector SCORES of size M-by-1. Properties:

  • Global minimum: ~0.4e-4

  • Location of global minimum: (3.13, 15.16, 0.78)

  • Number of dimensions: 3

  • Recommended domain: [0, 20]^3

  • Modality: Multimodal

Mathematical Definition

Visualization

meyer landscape