distance_config {iraceplot} | R Documentation |
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)
Arguments
irace_results |
The data generated when loading the |
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. |
Value
numeric
Examples
NULL
[Package iraceplot version 1.3 Index]