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