powered by
Get Funtion Value Samples
get_FV_sample(ds, ...)# S3 method for DataSet get_FV_sample(ds, runtime, output = "wide", ...)# S3 method for DataSetList get_FV_sample(ds, runtime, algorithm = "all", ...)
# S3 method for DataSet get_FV_sample(ds, runtime, output = "wide", ...)
# S3 method for DataSetList get_FV_sample(ds, runtime, algorithm = "all", ...)
A data.table containing the function value samples for each provided target runtime
A DataSet or DataSetList object
Arguments passed to other methods
A Numerical vector. Runtimes at which function values are reached
A String. The format of the output data: 'wide' or 'long'
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.
get_FV_sample(dsl, 100) get_FV_sample(dsl[[1]], 100)
Run the code above in your browser using DataLab