benchmarkfcns.multiobjective.kita¶
- benchmarkfcns.multiobjective.kita(x: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous'], return_constraints: bool = False) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']¶
Computes the value of the KITA bi-objective benchmark function. SCORES = multiobjective.kita(X) computes the value of the KITA function at point X. multiobjective.kita accepts a matrix of size M-by-2 and returns a matrix SCORES of size M-by-2. If return_constraints is True, returns an M-by-5 matrix where the last three columns contain the constraint violations (values > 0 are violations). Properties:
Recommended domain: x1, x2 in [0, 7]
Mathematical Definition
Visualization