parameterFrequency: parameterFrequency

Description Usage Arguments Value Author(s) See Also Examples

Description

'parameterFrequency' plots the frequency of the parameters values of a set of target algorithm configurations.

Usage

1
2
parameterFrequency(configurations, parameters, rows = 4, cols = 3,
                   filename = NULL, pdf.width = 12, col = "gray")

Arguments

configurations

Data frame containing target algorithms configurations in the format used by irace.

parameters

List of target algorithm parameters in the irace format.

rows

Number of plots per column.

cols

Number of plots per row.

filename

Filename prefix to generate the plots. If NULL the plot displayed but not saved.

pdf.width

Width for the pdf file generated.

col

Color of the bar plot.

Value

A set of plots showing the Frequency of parameters values. If a filename is provided this plots are saved in one or more files.

Author(s)

Manuel López-Ibáñez and Leslie Pérez Cáceres

See Also

readParameters to obtain a valid parameter structure from a parameters file. readConfigurationsFile to obtain a set of target algorithm configurations from a configurations file.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
## To use data obtained by irace

# First, load the data produced by irace.
load("irace.Rdata")
attach(iraceResults)
parameterFrequency(allConfigurations, parameters)

## End(Not run)

MLopez-Ibanez/iracelhs documentation built on May 15, 2019, 1:57 a.m.