Changed default value of use_bytecode option. By default, the bytecode solver is not used.

Note that, even for small models, there is a (very) substantial gain in using the use_dll option.
time-shift
Stéphane Adjemian (Charybdis) 2012-02-04 16:56:09 +01:00
parent 704b0c9659
commit 87f4dad51a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ ep.memory = 0;
% Set verbose mode
ep.verbosity = 0;
% Set bytecode flag
ep.use_bytecode = 1;
ep.use_bytecode = 0;
% Initialization of the perfect foresight equilibrium paths
% * init=0, previous solution is used.
% * init=1, a path generated with the first order reduced form is used.