get_ERT {IOHanalyzer} | R Documentation |
Get Expected RunTime
Description
Get Expected RunTime
Usage
get_ERT(ds, ftarget, budget, ...)
## S3 method for class 'DataSet'
get_ERT(ds, ftarget, budget = NULL, ...)
## S3 method for class 'DataSetList'
get_ERT(ds, ftarget, budget = NULL, algorithm = "all", ...)
Arguments
ds |
A DataSet or DataSetList object |
ftarget |
The function target(s) for which to get the ERT |
budget |
Optional; overwrites the budget found in ds for ERT-calculation |
... |
Arguments passed to other methods |
algorithm |
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider. |
Value
A data.table containing the runtime samples for each provided target function value
Examples
get_ERT(dsl, 14)
get_ERT(dsl[[1]], 14)
[Package IOHanalyzer version 0.1.8.10 Index]