Parameter Constraint Object
Last updated
Last updated
A constraint on the eligible parameter values for your experiment. Parameters with constraints will only suggest assignments that obey the specified constraints. See Parameter constraints for more information.
Key | Type | Value |
---|---|---|
terms
array<
Constraint Term
>
The terms that make up this constraint.
threshold
float
The threshold for this constraint. The experiment will only suggest parameters for which the weighted sum of all the terms exceeds (or is inferior, depending on the type of constraint) this threshold.
type
string
The type of constraint. It can be greater_than
or less_than
.