Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_RT_sample: Get RunTime Sample

Description

Get RunTime Sample

Usage

get_RT_sample(ds, ftarget, ...)

# S3 method for DataSet get_RT_sample(ds, ftarget, output = "wide", ...)

# S3 method for DataSetList get_RT_sample(ds, ftarget, algorithm = "all", ...)

Value

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

Arguments

ds

A DataSet or DataSetList object

ftarget

A Numerical vector. Function values at which runtime values are consumed

...

Arguments passed to other methods

output

A character determining the format of output data.table: 'wide' or 'long'

algorithm

DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.

Examples

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

Run the code above in your browser using DataLab