benchmarkfcns.multiobjective.deb¶
- benchmarkfcns.multiobjective.deb(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 DEB (ZDT3 alias) multi-objective benchmark function. SCORES = multiobjective.deb(X) computes the value of the DEB function at point X. multiobjective.deb accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-2.
Mathematical Definition
Visualization