runSpotBench: runSpotBench
Description
Run spot
on a list of spot benchmark functions
Usage
runSpotBench(
fl = makeMoreFunList(),
control = list(),
n = 2,
k = 1:length(makeMoreFunList()$funList),
verbosity = 0
)
Arguments
control
The control list used by spot
.
n
repeats. If n >1
, different start points (randomized)
will be used. Default: n=2
.
k
subset of benchmark functions.
Default: 1:length(makeMoreFunList()$funList)
,
i.e., all implemented functions.
verbosity
Level 0 shows no output (default).
Value
res. data.frame with results: c("f", "r", "y")
Examples
Run this code# NOT RUN {
summary(runSpotBench(k=1)$y)
# }
Run the code above in your browser using DataLab