# NOT RUN {
plot(x = labsimplex(n = 2, centroid = c(7, 340), stepsize = c(1.2, 15)))
## Several options are posible when visualizing higher order simplexes
plot(x = labsimplex(n = 3))
plot(x = labsimplex(n = 3), sel.dim = c(2, 3))
## Simplex movements can be visualized after some experiments has been
## performed
simplex <- exampleOptimization(surface = exampleSurfaceR2,
centroid = c(7, 340),
stepsize = c(1.2, 15), experiments = 16)
plot(x = simplex)
# }
Run the code above in your browser using DataLab