MLopez-Ibanez / irace

Iterated Racing for Automatic Algorithm Configuration
https://mlopez-ibanez.github.io/irace/
GNU General Public License v2.0
58 stars 14 forks source link

configuration IDs generated during ablation #39

Open MLopez-Ibanez opened 2 years ago

MLopez-Ibanez commented 2 years ago

When src=1, target=16, ablation generates IDs like:

 ablog$configurations[, ".ID.", drop=FALSE]
    .ID.
1      1
16     2
2      3
3      4
4      5
5      6
6      7
7      8
8      9
9     10
10    11
11    12
12    13
13    14
14    15
15    16
17    17

That the .ID. and rownames do not match is a potential source of confusion and bugs.