Learn R Programming

IOHanalyzer (version 0.1.8.10)

mean_FVs: 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 DataSetList mean_FVs(dsList, aggr_on = "funcId", runtimes = NULL)

Value

A data.table containing expected fucntion-values

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

Examples

Run this code
mean_FVs(dsl)

Run the code above in your browser using DataLab