benchmarkfcns.multiobjective.dtlz2¶
- benchmarkfcns.multiobjective.dtlz2(x: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous'], num_objectives: SupportsInt | SupportsIndex = 3) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']¶
Computes the value of the DTLZ2 multi-objective benchmark function. SCORES = multiobjective.dtlz2(X, num_objectives) computes the value of the DTLZ2 function at point X. multiobjective.dtlz2 accepts a matrix of size M-by-N and returns a matrix SCORES of size M-by-K where K is the number of objectives. Properties:
Global Pareto front: Spherical (sum f_i^2 = 1)
Number of dimensions: n (usually k + num_objectives - 1, k=10)
Recommended domain: [0, 1]^n
Convexity: concave
Modality: unimodal
For more information, please visit: benchmarkfcns.info/doc/dtlz2fcn
Mathematical Definition
Visualization