Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<NA> does not match configuration file format #55

Closed
TheIronBorn opened this issue Feb 26, 2023 · 2 comments
Closed

<NA> does not match configuration file format #55

TheIronBorn opened this issue Feb 26, 2023 · 2 comments

Comments

@TheIronBorn
Copy link

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

@MLopez-Ibanez
Copy link
Owner

Hi, could you give me an example that I can reproduce? I will be more than happy to fix this if I knew how to trigger the problem.

@TheIronBorn
Copy link
Author

TheIronBorn commented Feb 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants