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