#281: Fix Bug in random_walk_metropolis_hastings_core -------------------------+-------------------- Reporter: jpfeifer | Owner: stepan Type: bug | Status: closed Priority: major | Milestone: 5.0 Component: Estimation | Version: 4.3.0 Resolution: fixed | Keywords: -------------------------+-------------------- Changes (by michel): * status: new => closed * resolution: => fixed Comment: Fixed in commit c722f5395557205a14f66e27d9b7859563491bb9: 1. loading optimal_mh_scale_parameter.mat is moved from random_walk_metropolis_hastings_core.m to dynare_estimation_1.m 2. if it exists optimal_mh_scale_parameter.mat is loaded when mode_compute=0 3. if model_compute ~= 0, optimal_mh_scale_parameter.mat is deleted, so mode_compute=6 must have been used just before running with mode_compute=0 -- Ticket URL: <https://www.dynare.org/trac/ticket/281#comment:1> Dynare <http://www.dynare.org> The Dynare project