Skip to content
Snippets Groups Projects
Commit 187ddbab authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Harmonize terminology in gmhmaxlik.m

parent 24dcfcb9
No related branches found
No related tags found
1 merge request!571Shock decom documentation
...@@ -122,7 +122,7 @@ while j<=MaxNumberOfTuningSimulations ...@@ -122,7 +122,7 @@ while j<=MaxNumberOfTuningSimulations
end% ... otherwise I don't move. end% ... otherwise I don't move.
prtfrc = j/MaxNumberOfTuningSimulations; prtfrc = j/MaxNumberOfTuningSimulations;
if mod(j, 10)==0 if mod(j, 10)==0
dyn_waitbar(prtfrc,hh,sprintf('Acceptance ratios: %f [%f]',isux/j,jsux/jj)); dyn_waitbar(prtfrc,hh,sprintf('Acceptance ratio [during last 500]: %f [%f]',isux/j,jsux/jj));
end end
if j/500 == round(j/500) if j/500 == round(j/500)
test1 = jsux/jj; test1 = jsux/jj;
...@@ -215,7 +215,7 @@ if strcmpi(info,'LastCall') ...@@ -215,7 +215,7 @@ if strcmpi(info,'LastCall')
end% ... otherwise I don't move. end% ... otherwise I don't move.
prtfrc = j/MaxNumberOfTuningSimulations; prtfrc = j/MaxNumberOfTuningSimulations;
if mod(j, 10)==0 if mod(j, 10)==0
dyn_waitbar(prtfrc,hh,sprintf('Acceptance rates: %f [%f]',isux/j,jsux/jj)); dyn_waitbar(prtfrc,hh,sprintf('Acceptance ratio [during last 1000]: %f [%f]',isux/j,jsux/jj));
end end
if j/1000 == round(j/1000) if j/1000 == round(j/1000)
test1 = jsux/jj; test1 = jsux/jj;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment