ackley.call_method ackley.call_method(x: array, y: array) → array[source] Evaluate the Ackley function. Parameters: x (np.ndarray) – First coordinate. y (np.ndarray) – Second coordinate. Returns: Function value. Return type: np.ndarray