View source: R/makeBBOBFunction.R
makeBBOBFunction | R Documentation |
Generator for the noiseless function set of the real-parameter Black-Box Optimization Benchmarking (BBOB).
makeBBOBFunction(dimensions, fid, iid)
dimensions |
[ |
fid |
[ |
iid |
[ |
[smoof_single_objective_function
]
It is possible to pass a matrix of parameters to the functions, where each column consists of one parameter setting.
See the BBOB website for a detailed description of the BBOB functions.
# get the first instance of the 2D Sphere function
fn = makeBBOBFunction(dimensions = 2L, fid = 1L, iid = 1L)
if (require(plot3D)) {
plot3D(fn, contour = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.