Skip to content

Forbidden Clauses

Forbidden Clauses#

ConfigSpace contains forbidden equal and forbidden in clauses. The ForbiddenEqualsClause and the ForbiddenInClause can forbid values to be sampled from a configuration space if a certain condition is met. The ForbiddenAndConjunction can be used to combine ForbiddenEqualsClauses and the ForbiddenInClauses.

For a further example, please take a look in the user guide or the API docs below:

Static clauses#

Conjunctions#

Relational Clauses#