Plot.RT.ECDF_Multi_Func {IOHanalyzer} | R Documentation |
Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList. Aggregated over multiple functions or dimensions.
Description
Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList. Aggregated over multiple functions or dimensions.
Usage
Plot.RT.ECDF_Multi_Func(dsList, targets = NULL, scale.xlog = F)
## S3 method for class 'DataSetList'
Plot.RT.ECDF_Multi_Func(dsList, targets = NULL, scale.xlog = F)
Arguments
dsList |
A DataSetList. |
targets |
The target function values. Specified in a data.frame, as can be generated |
scale.xlog |
Whether or not to scale the x-axis logaritmically by the function 'get_ECDF_targets' |
Value
A plot of the empirical cumulative distriburtion as a function of the running times of the DataSetList
Examples
Plot.RT.ECDF_Multi_Func(dsl)
[Package IOHanalyzer version 0.1.8.10 Index]