Generator for the noiseless function set of the real-parameter Black-Box Optimization Benchmarking (BBOB).
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) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.