benchmarkfcns.multiobjective.wfg3¶
- benchmarkfcns.multiobjective.wfg3(x: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous'], num_objectives: SupportsInt | SupportsIndex = 3, k: SupportsInt | SupportsIndex = 4) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']¶
Computes the value of the WFG3 multi-objective benchmark function. SCORES = multiobjective.wfg3(X, num_objectives, k) computes the value of the WFG3 function at point X. multiobjective.wfg3 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:
Domain: x_i in [0, 2i]
Shape: linear (degenerate)
Mathematical Definition
Visualization