
Last chance! 50% off unlimited learning
Sale ends in
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.
A soo_function
.
Note that the functions returned by this generator only differ in
the elongated axis from those returned by
generate_discus_function
.
# NOT RUN {
f <- generate_ellipsoidal_function(2)
plot(f, rank=TRUE)
# }
Run the code above in your browser using DataLab