funNoise | R Documentation |
noise function
funNoise(x, fun = funSphere, mean = 0, sigma = 1)
x |
input matrix of candidate solution |
fun |
objective function. Default: |
mean |
error mean. Default: 1 |
sigma |
error sd. Default: 1 |
vector of noisy objective function values
set.seed(123) require(SPOT) x <- matrix(1:10, 5,2) funNoise(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.