benchmarkfcns.multiobjective.uf8

benchmarkfcns.multiobjective.uf8(x: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous']) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']

Computes the value of the CEC 2009 UF8 multi-objective benchmark function. SCORES = multiobjective.uf8(X) computes the value of the UF8 function at point X. multiobjective.uf8 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-3. Properties:

  • Recommended domain: x1, x2 in [0, 1], xj in [-2, 2] for j=3..N

Mathematical Definition

Visualization

uf8 landscape