Do not run MCMC after online filter (integration test)

time-shift
Stéphane Adjemian (Ryuk) 2021-06-15 22:06:52 +02:00
parent 3d27672c58
commit 2a5ed79be5
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 2 additions and 2 deletions

View File

@ -208,12 +208,12 @@ options_.threads.local_state_space_iteration_2 = 4;
@#if ALGO_ONLINE_2
options_.particle.liu_west_delta = 0.9 ;
estimation(order=2,number_of_particles=1000,mode_compute=11);
estimation(order=2,number_of_particles=1000,mode_compute=11,mh_replic=0);
@#endif
@#if ALGO_ONLINE_1
options_.particle.liu_west_delta = 0.9 ;
estimation(order=1,number_of_particles=1000,mode_compute=11);
estimation(order=1,number_of_particles=1000,mode_compute=11,mh_replic=0);
@#endif
@#if MCMC