benchmarkfcns.multiobjective.viennet1

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

Computes the value of the Viennet 1 multi-objective benchmark function. SCORES = multiobjective.viennet1(X) computes the value of the Viennet 1 function at point X. multiobjective.viennet1 accepts a matrix of size M-by-2 and returns a matrix SCORES of size M-by-3. Properties:

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

  • Pareto front: Disconnected

Mathematical Definition

Visualization

viennet1 landscape