benchmarkfcns.multiobjective.uf5¶
- benchmarkfcns.multiobjective.uf5(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 UF5 multi-objective benchmark function. SCORES = multiobjective.uf5(X) computes the value of the UF5 function at point X. multiobjective.uf5 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-2. Properties:
Recommended domain: x1 in [0, 1], xj in [-1, 1] for j=2..N
Pareto front: Linear with 21 points
Mathematical Definition
Visualization