generate_data.ECDF_raw {IOHanalyzer}R Documentation

Generate dataframe of a the unaggregated values of individual algorithms. Stripped-down version of

Description

This provides an unaggregated version of the function 'generate_data.ECDF'.

Usage

generate_data.ECDF_raw(dsList, targets, scale_log = F)

Arguments

dsList

The DataSetList object

targets

A list or data.table containing the targets per function / dimension. If this is a data.table, it needs columns 'target', 'DIM' and 'funcId'

scale_log

Wheterh to use logarithmic scaling or not

Examples


generate_data.ECDF_raw(subset(dsl, funcId == 1), c(10, 15, 16))

[Package IOHanalyzer version 0.1.8.10 Index]