Generator for the Ackley function.
ackley_function(dimensions)
dimensions
Size of parameter space.
A soo_function.
soo_function
f <- ackley_function(2) plot(f, rank=TRUE)