From c48936ad3d254ef54f11aac34dd681cb6278d3c2 Mon Sep 17 00:00:00 2001
From: michel <michel@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 16 Jan 2006 12:58:18 +0000
Subject: [PATCH] v3+v4 metropolis.m: added bayestopt_.penalty = 1e8;

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v3@606 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 matlab/metropolis.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/matlab/metropolis.m b/matlab/metropolis.m
index 7e28c970f0..ed7326238a 100644
--- a/matlab/metropolis.m
+++ b/matlab/metropolis.m
@@ -20,7 +20,8 @@ function metropolis(xparam1,vv,gend,data,rawdata,mh_bounds)
   npar      = length(xparam1);
   nvobs     = size(options_.varobs,1);
   horizon = options_.forecast;
-
+  bayestopt_.penalty = 1e8;
+  
   % options_.load_mh_file = -1;
   
 
-- 
GitLab