Plot.FV.Parameters: Plot the parameter values recorded in a DataSetList (aligned...

View source: R/plotDataSetList.R

Plot.FV.ParametersR Documentation

Plot the parameter values recorded in a DataSetList (aligned by budget)

Description

Plot the parameter values recorded in a DataSetList (aligned by budget)

Usage

Plot.FV.Parameters(
  dsList,
  rt_min = NULL,
  rt_max = NULL,
  algids = "all",
  par_name = NULL,
  scale.xlog = F,
  scale.ylog = F,
  show.mean = T,
  show.median = F,
  show.CI = F
)

## S3 method for class 'DataSetList'
Plot.FV.Parameters(
  dsList,
  rt_min = NULL,
  rt_max = NULL,
  algids = "all",
  par_name = NULL,
  scale.xlog = F,
  scale.ylog = F,
  show.mean = T,
  show.median = F,
  show.CI = F
)

Arguments

dsList

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

rt_min

The starting budget value.

rt_max

The final budget value.

algids

Which algorithms from dsList to use

par_name

Which parameters to create plots for; set to NULL to use all parameters found in dsList.

scale.xlog

Whether or not to scale the x-axis logaritmically

scale.ylog

Whether or not to scale the y-axis logaritmically

show.mean

Whether or not to show the mean parameter values

show.median

Whether or not to show the median parameter values

show.CI

Whether or not to show the standard deviation

Value

A plot of for every recorded parameter in the DataSetList

Examples

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

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