Skip to content
Snippets Groups Projects
Commit 552e6575 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Use newrat as default mode-finder

Tends to perform better than csminwel
parent 6f5e346b
No related branches found
No related tags found
No related merge requests found
......@@ -6699,7 +6699,7 @@ observed variables.
takes the return value of that function as the
posterior mode.
 
|br| Default value is ``4``.
|br| Default value is ``5``.
 
.. option:: additional_optimizer_steps = [INTEGER]
additional_optimizer_steps = [INTEGER1:INTEGER2]
......
......@@ -444,7 +444,7 @@ options_.silent_optimizer = false;
options_.prior_restrictions.status = 0;
options_.prior_restrictions.routine = [];
options_.mode_compute = 4;
options_.mode_compute = 5;
options_.additional_optimizer_steps= [];
options_.mode_file = '';
options_.moments_varendo = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment