Skip to content
Snippets Groups Projects
Verified Commit b435aa7f authored by Willi Mutschler's avatar Willi Mutschler
Browse files

Cosmetical change for use_mh_covariance_matrix

With use_mh_covariance_matrix we do not load previous simulations, but only base the proposal density on a previous run; so skip the display.
parent f8a6020d
Branches
Tags
1 merge request!2244Bugfixes for parallel and estimation
......@@ -386,7 +386,9 @@ elseif options_.load_mh_file && ~options_.mh_recover
record.InitialSeeds = record.LastSeeds;
write_mh_history_file(MetropolisFolder, ModelName, record);
fprintf('Done.\n')
if ~options_.use_mh_covariance_matrix
fprintf('%s: Ok. I have loaded %u simulations.\n\n', dispString,NumberOfPreviousSimulations);
end
fclose(fidlog);
elseif options_.mh_recover
% The previous metropolis-hastings crashed before the end! I try to recover the saved draws...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment