Learn R Programming

IOHanalyzer (version 0.1.8.10)

max_ERTs: 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 DataSetList max_ERTs(dsList, aggr_on = "funcId", targets = NULL, maximize = T)

Value

A data.table containing ERT-values

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

Examples

Run this code
max_ERTs(dsl)

Run the code above in your browser using DataLab