powered by
Ackley function
f_ackley(x)
The function value at x, a single numeric.
x
numeric
A numeric vector of length 2.
The function has multiple local minima and one global minimum in the origin.
https://en.wikipedia.org/wiki/Ackley_function
f_ackley(c(0, 0))
Run the code above in your browser using DataLab