torch.distributions.constraints.LessThan
class LessThan extends Constraintnew LessThan(readonly upper_bound: number)
Constraint for values strictly less than an upper bound. Represents the open interval (-inf, upper_bound).
class LessThan extends Constraintnew LessThan(readonly upper_bound: number)
Constraint for values strictly less than an upper bound. Represents the open interval (-inf, upper_bound).