get_FV_sample {IOHanalyzer} | R Documentation |
Get Funtion Value Samples
Description
Get Funtion Value Samples
Usage
get_FV_sample(ds, ...)
## S3 method for class 'DataSet'
get_FV_sample(ds, runtime, output = "wide", ...)
## S3 method for class 'DataSetList'
get_FV_sample(ds, runtime, algorithm = "all", ...)
Arguments
ds |
A DataSet or DataSetList object |
... |
Arguments passed to other methods |
runtime |
A Numerical vector. Runtimes at which function values are reached |
output |
A String. The format of the output data: 'wide' or 'long' |
algorithm |
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider. |
Value
A data.table containing the function value samples for each provided target runtime
Examples
get_FV_sample(dsl, 100)
get_FV_sample(dsl[[1]], 100)
[Package IOHanalyzer version 0.1.8.10 Index]