ep: set default algorithm for solve_algo = 9 (trust region on a single block)

time-shift
Michel Juillard 2015-07-28 17:15:07 +02:00
parent bbd12a226e
commit 448bece904
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ ep.innovation_distribution = 'gaussian';
ep.set_dynare_seed_to_default = 1; ep.set_dynare_seed_to_default = 1;
% Set algorithm for the perfect foresight solver % Set algorithm for the perfect foresight solver
ep.stack_solve_algo = 7; ep.stack_solve_algo = 7;
ep.solve_algo = 9;
% Number of replications % Number of replications
ep.replic_nbr = 1; ep.replic_nbr = 1;
% Parallel execution of replications % Parallel execution of replications