pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.09k stars 227 forks source link

Less than eq constaint #1822

Closed Qazalbash closed 1 week ago

Qazalbash commented 2 weeks ago

I noticed in #1729 and #1793, contributor has contributed greater than equals to constraint. I think less than equals to should also be there.

fehiepsi commented 1 week ago

Thanks, @Qazalbash!