max_ERTs: Get the ERT-values for all DataSets in a DataSetList at...

View source: R/IOHanalyzer-deprecated.R

max_ERTsR Documentation

Get the ERT-values for all DataSets in a DataSetList at certain targets

Description

Get the ERT-values for all DataSets in a DataSetList at certain targets

Usage

max_ERTs(dsList, aggr_on = "funcId", targets = NULL, maximize = T)

## S3 method for class 'DataSetList'
max_ERTs(dsList, aggr_on = "funcId", targets = NULL, maximize = T)

Arguments

dsList

The DataSetLsit

aggr_on

Whether to aggregate on 'funcId' or 'DIM'.

targets

Predifined target function-values. Should be one for each function/dimension

maximize

Whether the DataSetList is from a maximization or minimization problem

Value

A data.table containing ERT-values

Examples

max_ERTs(dsl)

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