Increased default number of particles.

time-shift
Stéphane Adjemian (Scylla) 2014-08-27 12:52:23 +02:00
parent 5e8489ac45
commit f6a1df8549
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ particle.initial_state_prior_std = .1;
% Set the default order of approximation of the model (perturbation).
particle.perturbation = 2;
% Set the default number of particles.
particle.number_of_particles = 500;
particle.number_of_particles = 5000;
% Set the default approximation order (Smolyak)
particle.smolyak_accuracy = 3;
% By default we don't use pruning