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