Description Usage Arguments Value Note Author(s) References
(Noisy) BBOB 2009 test function generator.
1 2 3 | generate_bbob2009_function(dimensions, fid, iid)
generate_noisy_bbob2009_function(dimensions, fid, iid, noiseSeed = 1L)
|
dimensions |
[ |
fid |
[ |
iid |
[ |
noiseSeed |
[ |
A soo_function
.
Due to the way the instances are generated, the function
value at the optimal parameter settings (as returned by
global_minimum
) may differ slightly from the optimal
function value. These differences are in the order of
10^{-16}.
Also note that the random number generator used for the noisy test functions is shared by all instantiated test functions. This means that if you run multiple trials in parallel within the same interpreter, your results will not necessarily be repeatable.
R interface by Olaf Mersmann. Original C code graciously provided by the BBOB team (Anne Auger, Hans-Georg Beyer, Nikolaus Hansen, Steffen Finck, Raymond Ros, Marc Schoenauer, Darrell Whitley)
For a complete description of the 24 test functions and much more background information please see the BBOB homepage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.