powered by
This function generates a dataframe which can be easily plotted using the `plot_general_data`-function
generate_data.hist(dsList, target, use.equal.bins = F, which = "by_RT")
The DataSetList object
The target value (Runtime or target value)
Whether all bins should be equal size for each algorithm or not
Whether to use a fixed-target 'by_RT' perspective or fixed-budget 'by_FV'
generate_data.hist(subset(dsl, funcId == 1), target = 15, which = 'by_RT')
Run the code above in your browser using DataLab