v3+v4 metropolis.m: added bayestopt_.penalty = 1e8;

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@606 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2006-01-16 12:58:18 +00:00
parent eedc4d8e23
commit 8d8c267df5
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ function metropolis(xparam1,vv,gend,data,rawdata,mh_bounds)
% stephane.adjemian@ens.fr [09-02-2005]
global M_ oo_ options_ bayestopt_ estim_params_
bayestopt_.penalty = 1e8;
DirectoryName = CheckPath('metropolis');
nblck = options_.mh_nblck;