From c43777f610505126f38780b2ad170326e47acd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?= Date: Fri, 17 Dec 2021 20:55:46 +0100 Subject: [PATCH] Show how to hide simulated annealing algorithm iterations. --- tests/pac/var-8e/example1.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pac/var-8e/example1.mod b/tests/pac/var-8e/example1.mod index 95bd61dc1..4fb528e8f 100644 --- a/tests/pac/var-8e/example1.mod +++ b/tests/pac/var-8e/example1.mod @@ -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);