Description Usage Arguments Examples
'do_benchmark' runs benchmark function on given algorithm. Function wrapps 'do_method'.
1 | do_benchmark(.alg, .dims, .pnums, .rep)
|
.alg |
algorithm to run :: function |
.dims |
dimension of function (i.e. 2, 3, 100, etc.) :: integer |
.pnums |
number of problem in functions set :: integer |
.rep |
number of repetitions of benchmark :: integer |
1 | do_benchmark(cma_es, c(2, 10, 30), 1:30, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.