Plot.RT.Histogram {IOHanalyzer} | R Documentation |
Plot histograms of the runtimes of a DataSetList at a certain target function value
Description
Plot histograms of the runtimes of a DataSetList at a certain target function value
Usage
Plot.RT.Histogram(dsList, ftarget, plot_mode = "overlay", use.equal.bins = F)
## S3 method for class 'DataSetList'
Plot.RT.Histogram(dsList, ftarget, plot_mode = "overlay", use.equal.bins = F)
Arguments
dsList |
A DataSetList (should consist of only one function and dimension). |
ftarget |
The target function value. |
plot_mode |
How to plot the different hisograms for each algorithm. Can be either 'overlay' to show all algorithms on one plot, or 'subplot' to have one plot per algorithm. |
use.equal.bins |
Whether to determine one bin size for all plots or have individual bin sizes for each algorithm |
Value
A plot of the histograms of the runtimes at a the target function value of the DataSetList
Examples
Plot.RT.Histogram(subset(dsl, funcId == 1), 14)
[Package IOHanalyzer version 0.1.8.10 Index]