powered by
The ellipsoidal test function is a badly conditioned variant of the sphere function. The definition used here is
generate_ellipsoidal_function(dimensions)
[integer(1)] Size of parameter space.
integer(1)
A soo_function.
soo_function
Note that the functions returned by this generator only differ in the elongated axis from those returned by generate_discus_function.
generate_discus_function
$$f(x) = \sum_{i=1}^n 10^{6\frac{i}{n}}x_i^2$$
# NOT RUN { f <- generate_ellipsoidal_function(2) plot(f, rank=TRUE) # }
Run the code above in your browser using DataLab