get_FV_sample: Get Funtion Value Samples

View source: R/DataSet.R

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

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.