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

View source: R/DataSetList.R

generate_data.PMFR Documentation

Generate dataframe of a single function/dimension pair for creating PDF or PMF plots

Description

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

Usage

generate_data.PMF(dsList, target, which = "by_RT")

Arguments

dsList

The DataSetList object

target

The target value (Runtime or target value)

which

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

Examples

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

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