torch.distributions.constraints.HalfOpenInterval
class HalfOpenInterval extends Constraintnew HalfOpenInterval(readonly lower_bound: number, readonly upper_bound: number)
Constraint for half-open interval [lower_bound, upper_bound). Used for probability values where upper bound is exclusive.