powered by
noise function
funNoise(x, fun = funSphere, mean = 0, sigma = 1)
input matrix of candidate solution
objective function. Default: funSphere
funSphere
error mean. Default: 1
error sd. Default: 1
vector of noisy objective function values
# NOT RUN { set.seed(123) require(SPOT) x <- matrix(1:10, 5,2) funNoise(x) # }
Run the code above in your browser using DataLab