Sigma.jl
Sigma.jl copied to clipboard
AIM can infinite loop
Suppose the initial box is all full, we won't split it and we won't accept it, which is just wrong..
using Sigma
X = Sigma.uniform(0,1)
condition = (X <= 5.01)
samples = Sigma.rand(X,condition,1000)