benchmarkfcns.multiobjective.viennet3

benchmarkfcns.multiobjective.viennet3(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 3 multi-objective benchmark function. SCORES = multiobjective.viennet3(X) computes the value of the Viennet 3 function at point X. multiobjective.viennet3 accepts a matrix of size M-by-2 and returns a matrix SCORES of size M-by-3. Properties:

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

  • Pareto front: Convoluted

Mathematical Definition

Visualization

viennet3 landscape