Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_FV_sample: Get Funtion Value Samples

Description

Get Funtion Value Samples

Usage

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

Value

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

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.

Examples

Run this code
get_FV_sample(dsl, 100)
get_FV_sample(dsl[[1]], 100)

Run the code above in your browser using DataLab