Plot.FV.ECDF_Per_Target: Plot the empirical cumulative distriburtion as a function of...

View source: R/plotDataSetList.R

Plot.FV.ECDF_Per_TargetR Documentation

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 class 'DataSetList'
Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)

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)

Value

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

Examples


Plot.FV.ECDF_Per_Target(subset(dsl, funcId == 1), 10)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.