Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.FV.ECDF_Single_Func: Plot the aggregated empirical cumulative distriburtion as a function of the function values of a DataSetList.

Description

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

Usage

Plot.FV.ECDF_Single_Func(
  dsList,
  rt_min = NULL,
  rt_max = NULL,
  rt_step = NULL,
  scale.xlog = F,
  show.per_target = F,
  scale.reverse = F
)

# S3 method for DataSetList Plot.FV.ECDF_Single_Func( dsList, rt_min = NULL, rt_max = NULL, rt_step = NULL, scale.xlog = F, show.per_target = F, scale.reverse = F )

Value

A plot of the empirical cumulative distriburtion as a function of the function values of the DataSetList

Arguments

dsList

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

rt_min

The starting runtime

rt_max

The final runtime

rt_step

The spacing between starting and final runtimes

scale.xlog

Whether or not to scale the x-axis logaritmically

show.per_target

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

scale.reverse

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

Examples

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

Run the code above in your browser using DataLab