powered by
The definition used is
generate_weierstrass_function(dimensions)
[integer(1)] Size of parameter space.
integer(1)
A soo_function.
soo_function
$$f(x) = \displaystyle \sum_{i=1}^n \left( \sum_{k=0}^{20} \left(0.5^k \cos \left(2 \pi 3^k \left(x_i + 0.5 \right)\right)\right]\right) - n \sum_{k=0}^{20} \left[a^k \cos \left( \pi b^k \right)\right)$$
# NOT RUN { f <- generate_weierstrass_function(2) plot(f, rank=TRUE) # }
Run the code above in your browser using DataLab