We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9012e3 + 67eeed0 commit 90c6a5dCopy full SHA for 90c6a5d
test/inference/particle_filter.jl
@@ -96,8 +96,8 @@ end
96
@testset "custom proposal" begin
97
98
Random.seed!(1)
99
- num_particles = 10000
100
- ess_threshold = 10000 # make sure we exercise resampling
+ num_particles = 20000
+ ess_threshold = 20000 # make sure we exercise resampling
101
102
# initialize particle filter
103
@@ -146,8 +146,8 @@ end
146
@testset "default proposal" begin
147
148
149
150
151
152
# initialize the particle filter
153
init_observations = choicemap((:x_init, obs_x[1]))
0 commit comments