Learn R Programming

IOHanalyzer (version 0.1.8.10)

generate_data.ECDF_raw: 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

Run this code
data.table::setDTthreads(1)
generate_data.ECDF_raw(subset(dsl, funcId == 1), c(10, 15, 16))

Run the code above in your browser using DataLab