Page 1 of 1

bytecode & second order problem

PostPosted: Fri Oct 26, 2012 3:51 pm
by maxar
Hi, I am getting an error when running a model with the bytecode option and order 2:

error: `hessian1' undefined near line 190 column 39
error: evaluating argument list element number 2
error: called from:
error: /home/max/Downloads/dynare-4.3.0/matlab/stochastic_solvers.m at line 190, column 4

It looks that the hessian is not defined in the file stochastic_solvers.m when using the bytecode option.
Does this mean that bytecode does not support orders higher than 1?

Thanks,
Max

Re: bytecode & second order problem

PostPosted: Fri Oct 26, 2012 6:12 pm
by jpfeifer
Sorry, this is a bug, we are working to correct it and will notify you of the outcome.

Re: bytecode & second order problem

PostPosted: Mon Oct 29, 2012 8:05 am
by jpfeifer
Currently, Dynare does not support bytecode with higher order approximations. It will still take some time. In the near future, we will make this limitation explicit in the manual and the program itself. Sorry.

Re: bytecode & second order problem

PostPosted: Mon Oct 29, 2012 12:56 pm
by maxar
OK, thank you