From 87f4dad51a0950e7773ee92149c94692e5302da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Sat, 4 Feb 2012 16:56:09 +0100 Subject: [PATCH] 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. --- matlab/global_initialization.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/global_initialization.m b/matlab/global_initialization.m index 3b7417935b..cdc52bf784 100644 --- a/matlab/global_initialization.m +++ b/matlab/global_initialization.m @@ -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. -- GitLab