Show how to hide simulated annealing algorithm iterations.

nls-fixes
Stéphane Adjemian (Ryûk) 2021-12-17 20:55:46 +01:00
parent 8fa8ee8235
commit c43777f610
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ eparams.c_z_2 = .2;
// Define the dataset used for estimation
edata = TrueData;
edata.ez = dseries(NaN(TrueData.nobs, 1), 2000Q1, 'ez');
pac.estimate.nls('zpac', eparams, edata, 2005Q1:2005Q1+4000, 'fmincon');
pac.estimate.nls('zpac', eparams, edata, 2005Q1:2005Q1+4000, 'annealing', 'verbosity', 0);