Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.RT.ECDF_Single_Func: Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList.

Description

Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList.

Usage

Plot.RT.ECDF_Single_Func(
  dsList,
  fstart = NULL,
  fstop = NULL,
  fstep = NULL,
  show.per_target = F,
  scale.xlog = F
)

# S3 method for DataSetList Plot.RT.ECDF_Single_Func( dsList, fstart = NULL, fstop = NULL, fstep = NULL, show.per_target = F, 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 (should consist of only one function and dimension).

fstart

The starting function value

fstop

The final function value

fstep

The spacing between starting and final function values

show.per_target

Whether or not to show the individual ECDF-curves for each target

scale.xlog

Whether or not to scale the x-axis logaritmically

Examples

Run this code
data.table::setDTthreads(1)
Plot.RT.ECDF_Single_Func(subset(dsl, funcId == 1))

Run the code above in your browser using DataLab