numpyro
numpyro copied to clipboard
[FR] Add constraints.greater_than_eq
Currently, constraints.greater_than_eq
is supported in torch, but we only have constraints.greater_than
in numpyro. Can we add an alias for greater_than_eq
with something like constraints.interval(x, jnp.inf)
to the constraints namespace (and maybe something for positive semidefinite too)?