Closed dkloving closed 5 years ago
After self.particles was generated by sampling the prior distribution, it was being re-initialized with np.zeros. As a result, all initial particles had all values set to 0.
self.particles
np.zeros
Thank you for the fix!
After
self.particles
was generated by sampling the prior distribution, it was being re-initialized withnp.zeros
. As a result, all initial particles had all values set to 0.