Cosmetic change.

time-shift
Stéphane Adjemian (Charybdis) 2013-07-10 16:15:28 +02:00
parent dfc51d097a
commit 964b7580d8
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ if options_.order > 1
disp('Estimation using a non linear filter!')
disp(' ')
if ~options_.nointeractive && ismember(options_.mode_compute,[1,3,4]) % Known gradient-based optimizers
disp('You are using a gradient-based mode-finder. Particle filtering introduces discontinuities in the objective function w.r.t the parameters. Thus, should use a non-gradient based optimizer.')
disp('You are using a gradient-based mode-finder. Particle filtering introduces discontinuities in the')
disp('objective function w.r.t the parameters. Thus, should use a non-gradient based optimizer.')
fprintf('\nPlease choose a mode-finder:\n')
fprintf('\t 0 - Continue using gradient-based method (it is most likely that you will no get any sensible result).\n')
fprintf('\t 6 - Monte Carlo based algorithm\n')