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

dynare_solve.m: honor tolx in fsolve

parent c033a08c
Branches
Tags
1 merge request!2028dynare_solve.m: honor tolx in fsolve
......@@ -165,6 +165,7 @@ if options.solve_algo == 0
options4fsolve.MaxFunEvals = 50000;
options4fsolve.MaxIter = maxit;
options4fsolve.TolFun = tolf;
options4fsolve.TolX = tolx;
if options.debug==1
options4fsolve.Display = 'final';
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment