Plot.FV.ECDF_Single_Func: Plot the aggregated empirical cumulative distriburtion as a...

View source: R/plotDataSetList.R

Plot.FV.ECDF_Single_FuncR Documentation

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 class '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
)

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)

Value

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

Examples


Plot.FV.ECDF_Single_Func(subset(dsl, funcId == 1))

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.