automl / ConfigSpace

Domain specific language for configuration spaces in Python. Useful for hyperparameter optimization and algorithm configuration.
https://automl.github.io/ConfigSpace/
Other
202 stars 93 forks source link

Fixes grid generation with forbidden clauses #312 #314

Closed jbussemaker closed 1 year ago

jbussemaker commented 1 year ago

This pull request should fix #312 by simply rejecting generated Configurations that violate any forbidden clause

eddiebergman commented 1 year ago

Heyo, tests seem to fail, seems like a seeding issue?

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (a1b6fc4) 68.84% compared to head (9bcd126) 68.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ======================================= Coverage 68.84% 68.84% ======================================= Files 26 26 Lines 1804 1804 ======================================= Hits 1242 1242 Misses 562 562 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=automl). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=automl)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

eddiebergman commented 1 year ago

Many thanks for the contributions!!