Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.Stats.Significance_Graph: Plot a network graph showing the statistically different algorithms

Description

Plot a network graph showing the statistically different algorithms

Usage

Plot.Stats.Significance_Graph(
  dsList,
  ftarget,
  alpha = 0.01,
  bootstrap.size = 30,
  which = "by_FV"
)

# S3 method for DataSetList Plot.Stats.Significance_Graph( dsList, ftarget, alpha = 0.01, bootstrap.size = 30, which = "by_FV" )

Value

A graph showing the statistical significance between algorithms

Arguments

dsList

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

ftarget

The target function value to use

alpha

The cutoff for statistical significance

bootstrap.size

The amound of bootstrapped samples used

which

Whether to use fixed-target ('by_FV') or fixed-budget ('by_RT') perspective

Examples

Run this code
Plot.Stats.Significance_Graph(subset(dsl, funcId == 2), 16)

Run the code above in your browser using DataLab