Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.FV.ECDF_Per_Target: Plot the empirical cumulative distriburtion as a function of the target values of a DataSetList at certain target runtimes

Description

Plot the empirical cumulative distriburtion as a function of the target values of a DataSetList at certain target runtimes

Usage

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)

Value

A plot of the empirical cumulative distriburtion as a function of the fucntion values of the DataSetList at the target runtimes

Arguments

dsList

A DataSetList (should consist of only one function and dimension).

runtimes

The target runtimes

scale.xlog

Whether or not to scale the x-axis logaritmically

scale.reverse

Whether or not to reverse the x-axis (when using minimization)

Examples

Run this code
data.table::setDTthreads(1)
Plot.FV.ECDF_Per_Target(subset(dsl, funcId == 1), 10)

Run the code above in your browser using DataLab