Learn R Programming

iraceplot (version 2.1.0)

distance_config: Distance between configurations

Description

Calculate the difference between a configuration and the others in the irace data.

Usage

distance_config(irace_results, id_configuration, t = 0.05)

Value

numeric

Arguments

irace_results

The data generated when loading the .Rdata file created by irace (or the filename of that file).

id_configuration

Numeric, configuration id which should be compared to others (example: id_configuration = c(806,809))

t

Numeric, (default 0.05) threshold that defines the distance (percentage of the domain size) to consider a parameter value equal to other.

Examples

Run this code
NULL

Run the code above in your browser using DataLab