-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The branching model has non-deterministic error #1
Comments
Good catch! Many apologies both for the delay and for the error. Please note that this is a simple bug in the implementation of fib. The (defn fib [n] Dr. Frank Wood University of Oxford Assistant: Maddy Crudge Where: http://www.eng.ox.ac.uk/contact/how-to-reach-the-department On Tue, Nov 8, 2016 at 9:03 PM, Kai Xu [email protected] wrote:
|
The branching model in the
branching_aistats.clj
file has some non-deterministic error.If I run it with a lot of particles with SMC sampler, it sometimes give
Error during inference: org.apache.commons.math3.exception.NotStrictlyPositiveException: mean (0)
(but sometimes not). If the # of particles is large (say 500,000), it will be broken nearly every time.The text was updated successfully, but these errors were encountered: