Page 1 of 1

fmincon and parallel computing toolbox in dynare

PostPosted: Thu Jan 31, 2013 8:52 am
by takeki
Hi,

I am trying to use fmincon and (Matlab's) parallel computing toolbox to compute the mode.
I set mode_compute = 1 (to use fmincon) and optim = ('UseParallel','always') (to set fmincon's option) in the options of dynare's estimation command, but Matlab returns an error.
Is it possible to run fmincon in the parallel mode in dynare?

Thanks,
Takeki

Re: fmincon and parallel computing toolbox in dynare

PostPosted: Wed Feb 13, 2013 11:30 am
by SébastienVillemot
We don't have MATLAB's parallel toolbox, so we can't answer your question. This is basically untested.

Re: fmincon and parallel computing toolbox in dynare

PostPosted: Tue Feb 19, 2013 2:33 pm
by takeki
Thank you for the reply. I found that the use of global variables conflicts with the parallel computing toolbox.
I want to try to compute parameter values at the mode by myself, and feed them back into dynare in some way.