The `distance_config` function calculates the difference between a configuration and the others in the irace data.
distance_config(irace_results, id_configuration, t = 0.05)
| 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. |
numeric
NULL#> NULL