From 64ebd1d0d7914d64a1d024cd67a3ec75fd87449e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 3 Feb 2012 14:05:06 +0100
Subject: [PATCH] Changed the default value of options_.ep.fp. Test the
 stability of the solution only for the first period (when the value of
 periods is increased).

---
 matlab/global_initialization.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/global_initialization.m b/matlab/global_initialization.m
index 544902faa1..e4cc50cc36 100644
--- a/matlab/global_initialization.m
+++ b/matlab/global_initialization.m
@@ -129,7 +129,7 @@ ep.step = 50;
 % Define last periods used to test if the solution is stable with respect to an increase in the number of periods.
 ep.lp = 5;
 % Define first periods used to test if the solution is stable with respect to an increase in the number of periods.
-ep.fp = 100;
+ep.fp = 2;
 % Define the distribution for the structural innovations.
 ep.innovation_distribution = 'gaussian';
 % Set flag for the seed
-- 
GitLab