Description Usage Arguments Examples
'do_method' run method specified by user in config file on given benchmark i.e. set of functions.
1 2 3 4 5 6 7 8 9 | do_method(
.func,
.dim,
.pnum,
.rep,
.bench = BENCHMARK,
.bounds = BOUNDS,
.control = CONTROL
)
|
.func |
algorithm to run :: function |
.dim |
dimension of function (i.e. 2, 3, 100, etc.) :: integer |
.pnum |
number of problem in functions set :: integer |
.rep |
number of repetitions of benchmark :: integer |
.bench |
name of benchmark :: function |
.bounds |
lower and upper bounds for domain :: list |
.control |
specific algorithm params :: list |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.