mean_FVs {IOHanalyzer} | R Documentation |
Get the expected function-values for all DataSets in a DataSetList at certain runtimes
Description
Get the expected function-values for all DataSets in a DataSetList at certain runtimes
Usage
mean_FVs(dsList, aggr_on = "funcId", runtimes = NULL)
## S3 method for class 'DataSetList'
mean_FVs(dsList, aggr_on = "funcId", runtimes = NULL)
Arguments
dsList |
The DataSetLsit |
aggr_on |
Whether to aggregate on 'funcId' or 'DIM'. |
runtimes |
Predifined target runtimes-values. Should be one for each function/dimension |
Value
A data.table containing expected fucntion-values
Examples
mean_FVs(dsl)
[Package IOHanalyzer version 0.1.8.10 Index]