There is now an interface for option maxit.

time-shift
Sébastien Villemot 2014-04-23 15:18:33 +02:00
parent cfb69064d9
commit e2b42382ee
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ elseif ~stop
fprintf('\nSimulation terminated after %d iterations.\n',iter);
fprintf('Total time of simulation: %16.13f\n',etime(clock,h1));
fprintf('Max. Abs. Error : %16.13f\n',err);
fprintf('WARNING : maximum number of iterations is reached (modify options_.simul.maxit).\n') ;
fprintf('WARNING : maximum number of iterations is reached (modify option maxit).\n') ;
oo_.deterministic_simulation.status = 0;% more iterations are needed.
oo_.deterministic_simulation.error = err;
oo_.deterministic_simulation.periods = vperiods(1:iter);