A constraint object represents a region over which a variable is valid, e.g. within which a variable can be optimized.
check()
Constraint$check(value)
Returns a byte tensor of sample_shape + batch_shape
indicating
whether each event in value satisfies this constraint.
print()
Constraint$print()
clone()
The objects of this class are cloneable with this method.
Constraint$clone(deep = FALSE)
deep
Whether to make a deep clone.