Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_ERT: Get Expected RunTime

Description

Get Expected RunTime

Usage

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", ...)

Value

A data.table containing the runtime samples for each provided target function value

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.

Examples

Run this code
get_ERT(dsl, 14)
get_ERT(dsl[[1]], 14)

Run the code above in your browser using DataLab