Skip to content
Snippets Groups Projects
Verified Commit 1b1ca68c authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

online auxiliary filter: add option to set termination condition of loop

(cherry picked from commit 958dcf7b)
parent bd69cd0b
Branches
Tags
No related merge requests found
...@@ -286,6 +286,7 @@ particle.mixture_structural_shocks = 1 ; ...@@ -286,6 +286,7 @@ particle.mixture_structural_shocks = 1 ;
particle.mixture_measurement_shocks = 1 ; particle.mixture_measurement_shocks = 1 ;
% Online approach % Online approach
particle.liu_west_delta = 0.99 ; particle.liu_west_delta = 0.99 ;
particle.liu_west_max_resampling_tries = 5000;
% Options for setting the weights in conditional particle filters. % Options for setting the weights in conditional particle filters.
particle.cpf_weights_method.amisanotristani = true; particle.cpf_weights_method.amisanotristani = true;
particle.cpf_weights_method.murrayjonesparslow = false; particle.cpf_weights_method.murrayjonesparslow = false;
......
Subproject commit 383df9c85c823be61e25a3702a151b6f20e609fc Subproject commit 2e18ca8ff584d1ab47658f329ab73ab1c27cdf6f
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment