| sphere6 | R Documentation |
6D Shifted and rotated weighted sphere test function.
sphere6(x)
x |
a 6-dimensional vector specifying the location where the function is to be evaluated. |
The 6D Shifted and rotated weighted sphere (standardized version) function
is here defined over the domain [0,1]^6. It has 1 global minimizer :
x* = c(1,0.8,0.6,0.4,0.2,0), ), with minimum f(x*) = -1.941389. It has no
further local minima.
A real number equal to the sphere6 function values at x
Tobias Wagner
Victor Picheny
David Ginsbourger
design <- matrix(runif(400), 100, 4)
response <- apply(design, 1, sphere6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.