Trust-region solver is now the default solver.

time-shift
Sébastien Villemot 2014-03-10 14:08:40 +01:00
parent daff028830
commit 210d2f24e6
2 changed files with 2 additions and 2 deletions

View File

@ -2747,7 +2747,7 @@ option, @pxref{Model declaration})
@end table
@noindent
Default value is @code{2}.
Default value is @code{4}.
@item homotopy_mode = @var{INTEGER}
Use a homotopy (or divide-and-conquer) technique to solve for the

View File

@ -276,7 +276,7 @@ options_.endogenous_terminal_period = 0;
% Solution
options_.order = 2;
options_.pruning = 0;
options_.solve_algo = 2;
options_.solve_algo = 4;
options_.linear = 0;
options_.replic = 50;
options_.simul_replic = 1;