benchmarkfcns.multiobjective.mop6

benchmarkfcns.multiobjective.mop6(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 MOP6 (ZDT3 alias) multi-objective benchmark function. SCORES = multiobjective.mop6(X) computes the value of the MOP6 function at point X. multiobjective.mop6 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-2.

Mathematical Definition

Visualization

mop6 landscape