lbfgsb.beale_grad#
- lbfgsb.beale_grad(x: ndarray[tuple[Any, ...], dtype[float64]]) ndarray[tuple[Any, ...], dtype[float64]][source]#
The gradient of the Quartic function.
- Parameters:
x (array_like) – 1-D array of points at which the Beale function is to be derivated.
- Returns:
The gradient of the Beale function.
- Return type:
NDArrayFloat