You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HPD_explorer, user should put in MAP.
Should have a restriction when adjusting step size something like this, because it means that the edge of the mode has been reached:
If last100 log_P has stdev of > 1E4, then take Q_step_size and divide it by 10.
The text was updated successfully, but these errors were encountered:
As a related idea, to MAP_finder and HPD_explorer we should also track the logP to see when it has converged. Because if it just keeps on climbing, then we know we are not finished exploring the HPD yet (that is, we have probably not yet even approached the maximum).
I have found that for higher dimensional systems with sharp posteriors the only reasonable course right now is to use small dimensional slides (reduced parameter space) and modulate accept probability #17#74 Longterm, we will need to have a dynamic step size that is parameter specific and uses modulate accept probability.
For HPD_explorer, user should put in MAP.
Should have a restriction when adjusting step size something like this, because it means that the edge of the mode has been reached:
If last100 log_P has stdev of > 1E4, then take Q_step_size and divide it by 10.
The text was updated successfully, but these errors were encountered: