Plot.RT.PMF {IOHanalyzer} | R Documentation |
Plot probablity mass function of the runtimes of a DataSetList at a certain target function value
Description
Plot probablity mass function of the runtimes of a DataSetList at a certain target function value
Usage
Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)
## S3 method for class 'DataSetList'
Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)
Arguments
dsList |
A DataSetList (should consist of only one function and dimension). |
ftarget |
The target function value. |
show.sample |
Whether or not to show the individual runtime samples |
scale.ylog |
Whether or not to scale the y-axis logaritmically |
backend |
Which plotting library to use. Can be 'plotly' or 'ggplot2' |
Value
A plot of the probablity mass function of the runtimes at a the target function value of the DataSetList
Examples
Plot.RT.PMF(subset(dsl, funcId == 1), 14)
[Package IOHanalyzer version 0.1.8.10 Index]