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