Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.RT.Aggregated: Plot ERT-based comparison over multiple functions or dimensions

Description

Plot ERT-based comparison over multiple functions or dimensions

Usage

Plot.RT.Aggregated(
  dsList,
  aggr_on = "funcId",
  targets = NULL,
  plot_mode = "radar",
  use_rank = F,
  scale.ylog = T,
  maximize = T,
  erts = NULL,
  inf.action = "overlap"
)

# S3 method for DataSetList Plot.RT.Aggregated( dsList, aggr_on = "funcId", targets = NULL, plot_mode = "radar", use_rank = F, scale.ylog = T, maximize = T, erts = NULL, inf.action = "overlap" )

Value

A plot of ERT-based comparison on the provided functions or dimensions of the DataSetList

Arguments

dsList

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

aggr_on

Whether to compare on functions ('funcId') or dimensions ('DIM')

targets

Custom list of function-value targets, one for each function or dimension.

plot_mode

How the plots should be created. Can be 'line' or 'radar'

use_rank

Wheter to use a ranking system. If False, the actual ERT-values will be used.

scale.ylog

Whether or not to scale the y-axis logaritmically

maximize

Wheter or not to the data is of a maximization problem

erts

Pre-calculated ERT-values for the provided targets. Created by the max_ERTs function of DataSetList. Can be provided to prevent needless computation in recalculating ERTs when recreating this plot.

inf.action

How to handle infinite ERTs ('overlap' or 'jitter')

Examples

Run this code
Plot.RT.Aggregated(dsl)

Run the code above in your browser using DataLab