You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <NA> value of not applicable categorical parameters in the elite configuration list does not match the expected format of the configurations file. To make it match I have to change all occurrences to NA.
Changing either the output format or the expected file format to match would be appreciated
The text was updated successfully, but these errors were encountered:
configurations.txt: (from the elite configuration list output)
foo foo2
1 0 false
2 1 <NA>
parameters.txt:
foo "--foo " i (0, 1)
foo2 "--foo2 " c (true, false) | foo == 0
Produces:
Error: == irace == Configuration number 2 from file /configurations.txt is invalid because parameter "foo2" is not enabled because of condition "foo == 0" but its value is "" instead of NA
The
<NA>
value of not applicable categorical parameters in the elite configuration list does not match the expected format of the configurations file. To make it match I have to change all occurrences toNA
.Changing either the output format or the expected file format to match would be appreciated
The text was updated successfully, but these errors were encountered: