benchmarkfcns.dixonpricen3¶
- benchmarkfcns.dixonpricen3(arg0: Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]', 'flags.c_contiguous']) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']¶
Computes the value of the Dixon-Price N. 3 benchmark function. dixonpricen3 is an alias for dixonprice for n=3. Properties:
Global minimum: 0
Location of global minimum: (1, 0.7071, 0.5946)
Number of dimensions: 3
Recommended domain: [-10, 10]^3
Modality: unimodal
Mathematical Definition
\[f(x_1, x_2, x_3) = (x_1 - 1)^2 + 2(2x_2^2 - x_1)^2 + 3(2x_3^2 - x_2)^2\]
Visualization
No visualization available for this function.