benchmarkfcns.multiobjective.poloni¶
- benchmarkfcns.multiobjective.poloni(arg0: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous']) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']¶
Computes the value of the Poloni multi-objective benchmark function. SCORES = multiobjective.poloni(X) computes the value of the Poloni function at point X. multiobjective.poloni accepts a matrix of size M-by-2 and returns a matrix SCORES of size M-by-2. Properties:
Recommended domain: [-pi, pi]^2
Pareto front: Non-convex and disconnected
Mathematical Definition
Visualization