# \donttest{
## Call the first instance of the 2D Sphere function
require("smoof")
require("SPOT")
set.seed(123)
x <- matrix(c(1,2),1,2)
funBBOBCall(x, opt = list(dimensions = 2L, fid = 1L, iid =1L))
spot(x=NULL, funBBOBCall,
lower = c(-2,-3), upper = c(1,2),
control=list(funEvals=15),
opt = list(dimensions = 2L, fid = 1L, iid = 1L ))
# }
Run the code above in your browser using DataLab