View source: R/benchmark-backend.R
benchmark_parallel | R Documentation |
Function runs benchmark '.cec' on '.method' for given test functions and dimensionality. Evalution on each function is repeated '.rep' times. User is able to specify usage of CPU cores by '.cpupc' arg.
benchmark_parallel(
method,
probnum,
dims,
rep,
cec = 17,
suite = "basic",
cpupc = 0.75,
write_flag = TRUE,
benchmark_id,
dest
)
method |
optimization algorithm :: function |
probnum |
indices of problem function :: [Int] |
dims |
dimensionalities :: [Int] |
rep |
amount of repetition :: Int |
cec |
year of benchmark :: Int |
suite |
benchmark suite :: String |
cpupc |
CPU usage in pct :: Int |
benchmark_id |
benchmark name :: String |
dest |
filepath to place where benchmark restuls will be saved :: String |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.