benchmarkfcns.multiobjective.mop4¶
- benchmarkfcns.multiobjective.mop4(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 MOP4 (Kursawe alias) multi-objective benchmark function. SCORES = multiobjective.mop4(X) computes the value of the MOP4 function at point X. multiobjective.mop4 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-2.
Mathematical Definition
Visualization