benchmarkfcns.multiobjective.maf1

benchmarkfcns.multiobjective.maf1(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 MaF1 multi-objective benchmark function. SCORES = multiobjective.maf1(X) computes the value of the function at point X. maf1 is an inverted version of DTLZ1.

Mathematical Definition

Visualization

maf1 landscape