generate_data.ECDF: Generate dataframe of a single function/dimension pair

generate_data.ECDFR Documentation

Generate dataframe of a single function/dimension pair

Description

This function generates a dataframe which can be easily plotted using the 'plot_general_data'-function

Usage

generate_data.ECDF(
  dsList,
  targets,
  scale_log = F,
  which = "by_RT",
  use_full_range = TRUE
)

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

which

Whether to use a fixed-target 'by_RT' perspective or fixed-budget 'by_FV'

use_full_range

Whether or not to use the full range of the x-axis or cut it off as soon as all algorithms reach 98% success (+10% buffer). Only supported in the case of one function and dimension

Examples

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

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