Skip to content
Snippets Groups Projects
Commit 64ebd1d0 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Changed the default value of options_.ep.fp. Test the stability of the...

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).
parent 79780708
Branches
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ ep.step = 50; ...@@ -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. % Define last periods used to test if the solution is stable with respect to an increase in the number of periods.
ep.lp = 5; ep.lp = 5;
% Define first periods used to test if the solution is stable with respect to an increase in the number of periods. % 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. % Define the distribution for the structural innovations.
ep.innovation_distribution = 'gaussian'; ep.innovation_distribution = 'gaussian';
% Set flag for the seed % Set flag for the seed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment