generate_data.PMF {IOHanalyzer} | R 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')
[Package IOHanalyzer version 0.1.8.10 Index]