powered by
Get Expected RunTime
get_ERT(ds, ftarget, budget, ...)# S3 method for DataSet get_ERT(ds, ftarget, budget = NULL, ...)# S3 method for DataSetList get_ERT(ds, ftarget, budget = NULL, algorithm = "all", ...)
# S3 method for DataSet get_ERT(ds, ftarget, budget = NULL, ...)
# S3 method for DataSetList get_ERT(ds, ftarget, budget = NULL, algorithm = "all", ...)
A data.table containing the runtime samples for each provided target function value
A DataSet or DataSetList object
The function target(s) for which to get the ERT
Optional; overwrites the budget found in ds for ERT-calculation
Arguments passed to other methods
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.
get_ERT(dsl, 14) get_ERT(dsl[[1]], 14)
Run the code above in your browser using DataLab