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

View source: R/DataSetList.R

generate_data.histR 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.hist(dsList, target, use.equal.bins = F, which = "by_RT")

Arguments

dsList

The DataSetList object

target

The target value (Runtime or target value)

use.equal.bins

Whether all bins should be equal size for each algorithm or not

which

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

Examples

generate_data.hist(subset(dsl, funcId == 1), target = 15, which = 'by_RT')

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.