Plot.RT.ECDF_Per_Target {IOHanalyzer} | R Documentation |
Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values
Description
Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values
Usage
Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)
## S3 method for class 'DataSetList'
Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)
Arguments
dsList |
A DataSetList (should consist of only one function and dimension). |
ftargets |
The target function values |
scale.xlog |
Whether or not to scale the x-axis logaritmically |
Value
A plot of the empirical cumulative distriburtion as a function of the running times of the DataSetList at the target function values
Examples
Plot.RT.ECDF_Per_Target(subset(dsl, funcId == 1), 14)
[Package IOHanalyzer version 0.1.8.10 Index]