From adc1e77514dc3351bbe44f2a1a14e536644bb36c Mon Sep 17 00:00:00 2001 From: stepan Date: Mon, 6 Apr 2009 15:49:12 +0000 Subject: [PATCH] Changed the description of the available optimization routines for estimation. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2559 ac1d8469-bf42-47a9-8791-bf33cf982152 --- doc/manual.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/manual.xml b/doc/manual.xml index 56aab51e8..aa60665c2 100644 --- a/doc/manual.xml +++ b/doc/manual.xml @@ -7,7 +7,7 @@ StéphaneAdjemian Université du Mans et CEPREMAP - stephane.adjemian@gmail.com + stephane.adjemian@ens.fr
142 rue du Chevaleret75013ParisFrance
@@ -2184,9 +2184,12 @@ Each line corresponds to an estimated parameter and follows this syntax: 0: the mode isn't computed. mode_file must be specified 1: uses Matlab fmincon. - 2: uses Lester Ingber's Adaptive Simulated Annealing. + 2: [not available anymore] uses Lester Ingber's Adaptive Simulated Annealing. 3: uses Matlab fminunc. - 4 (default): uses Chris Sim's csminwel. + 4: (default): uses Chris Sim's csminwel. + 5: uses a routine by Marco Ratto. + 6: uses a simulated annealing - like algorithm. + 7: uses Matlab fminsearch (a simplex based routine). mode_check: when mode_check is set, Dynare plots the posterior density for values around the computed mode for each estimated parameter in turn. This is helpful to diagnose problems with the optimizer. prior_trunc=DOUBLE: probability of extreme values of the prior density that is ignored when computing bounds for the parameters (default=1e-32).