v4: changed initialization for steady state solver tolerances

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1309 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2007-06-08 16:35:05 +00:00
parent fc69acc2ec
commit 85ea921bc1
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ function global_initialization()
options_.Schur_vec_tol = 1e-8; % used to find nonstationary variables
% in Schur decomposition of the
% transition matrix
options_.solve_tolf = eps^(2/3);
options_.solve_tolx = 3.7e-11;
options_.solve_tolf = eps^(1/3);
options_.solve_tolx = eps^(2/3);
options_.solve_maxit = 500;