3D test function
Hartman 3-dimensional test function.
hartman3(x)
x |
a 3-dimensional vector specifying the location where the function is to be evaluated. |
The hartman3 function is defined over the domain [0,1]^3
. It has 1 global minimum :
x1 = c(0.1, 0.55592003, 0.85218259)
A real number equal to the hartman3 function values at x
D. Ginsbourger, Ecole des Mines de St-Etienne.
design <- matrix(runif(300), 100, 3) response <- apply(design, 1, hartman3)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.