get_ERT: Get Expected RunTime

View source: R/DataSet.R

get_ERTR 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)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.