benchmarkfcns.multiobjective.maf2¶
- benchmarkfcns.multiobjective.maf2(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 MaF2 multi-objective benchmark function. maf2 is a modified DTLZ2 (DTLZ2BZ).
Mathematical Definition
\[\begin{aligned}\]
f_i(textbf{x}) &= (1 + g_i(textbf{x}_M)) prod_{j=1}^{M-i} cos(frac{pi}{2}x_j) times begin{cases} sin(frac{pi}{2}x_{M-i+1}) & text{if } i > 1 \ 1 & text{if } i = 1 end{cases} \ g_i(textbf{x}_M) &= sum_{x_j in S_i} (x_j - 0.5)^2 end{aligned}
Visualization
No visualization available for this function.