max_ERTs {IOHanalyzer} | R 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)
[Package IOHanalyzer version 0.1.8.10 Index]