benchmarkfcns.multiobjective.mop1¶
- benchmarkfcns.multiobjective.mop1(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 MOP1 (Schaffer N. 1) multi-objective benchmark function. SCORES = multiobjective.mop1(X) computes the value of the MOP1 function at point X. multiobjective.mop1 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-2. Properties:
f1 = x^2, f2 = (x-2)^2
Recommended domain: [-10, 10]
Mathematical Definition
Visualization