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