Skip to content

Commit

Permalink
Bump nParticles, since it's much faster now
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Mar 29, 2024
1 parent 9f54177 commit a0c5d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhine-bayes/app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ emptyResult =

-- | The number of particles used in the filter. Change according to available computing power.
nParticles :: Int
nParticles = 100
nParticles = 400

-- * Visualization

Expand Down

0 comments on commit a0c5d3b

Please sign in to comment.