| branin2 | R Documentation |
Branin 2-dimensional test function (standardized version).
branin2(x)
x |
a 2-dimensional vector specifying the location where the function is to be evaluated. |
The branin2 (standardized version) function is defined over the domain
[0,1]^2. It has 3 global minimizers : x*,1 = c(0.1239, 0.8183), x*,2
= c(0.5428, 0.1517), x*.3 = c(0.9617, 0.1650), with minimum f(x*,i) =
-1.047410
A real number equal to the branin2 function values at x
Tobias Wagner
Victor Picheny
David Ginsbourger
design <- matrix(runif(200), 200, 2)
response <- apply(design, 1, branin2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.