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
Thanks for this great library. I ran into a small issue while double checking some results. The (not so) small sample here seems to be generating invalid configurations:
If my understanding of the constraints is correct (and if the constraints have been expressed correctly), p11 should only be active if p5 is active and equals #dist_schedule #p11 or p6 is active and equals #schedule #p11.
In practice, we find several invalid configurations being returned by ConfigSpace. Here is one example:
Thank you very much for reporting this. Indeed, this appears to be an issue in the ConfigSpace. I'm not aware that anyone is using the OrCondition, so I'm afraid the bug is related to that.
Could you please check whether this issue is caught by cs._check_configuration_rigorous(x)?
Hello,
Thanks for this great library. I ran into a small issue while double checking some results. The (not so) small sample here seems to be generating invalid configurations:
If my understanding of the constraints is correct (and if the constraints have been expressed correctly),
p11
should only be active ifp5
is active and equals#dist_schedule #p11
orp6
is active and equals#schedule #p11
.In practice, we find several invalid configurations being returned by ConfigSpace. Here is one example:
Is this a bug or did I miss something?
Thanks,
Brice
The text was updated successfully, but these errors were encountered: