mean_FVs: Get the expected function-values for all DataSets in a...

View source: R/IOHanalyzer-deprecated.R

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

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