Plot.FV.PDF {IOHanalyzer} | R Documentation |
Plot probablity density function of the function values of a DataSetList at a certain target runtime
Description
Plot probablity density function of the function values of a DataSetList at a certain target runtime
Usage
Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)
## S3 method for class 'DataSetList'
Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)
Arguments
dsList |
A DataSetList (should consist of only one function and dimension). |
runtime |
The target runtime |
show.sample |
Whether or not to show the individual function value samples |
scale.ylog |
Whether or not to scale the y-axis logaritmically |
Value
A plot of the probablity density function of the runtimes at a the target function value of the DataSetList
Examples
Plot.FV.PDF(subset(dsl, funcId == 1), 100)
[Package IOHanalyzer version 0.1.8.10 Index]