Plot.RT.ECDF_Multi_Func: 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 DataSetList
Plot.RT.ECDF_Multi_Func(dsList, targets = NULL, scale.xlog = F)
Value
A plot of the empirical cumulative distriburtion as a function of
the running times of the DataSetList
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'
Examples
Run this codedata.table::setDTthreads(1)
Plot.RT.ECDF_Multi_Func(dsl)
Run the code above in your browser using DataLab