powered by
Plot the empirical cumulative distriburtion as a function of the target values of a DataSetList at certain target runtimes
Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)# S3 method for DataSetList Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)
# S3 method for DataSetList Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)
A plot of the empirical cumulative distriburtion as a function of the fucntion values of the DataSetList at the target runtimes
A DataSetList (should consist of only one function and dimension).
The target runtimes
Whether or not to scale the x-axis logaritmically
Whether or not to reverse the x-axis (when using minimization)
data.table::setDTthreads(1) Plot.FV.ECDF_Per_Target(subset(dsl, funcId == 1), 10)
Run the code above in your browser using DataLab