It is sometimes useful to perform MH in a reparametrised space, similar to HMC with its bijectors. This would effectively allow for non-stationary Gaussian proposals, among others. It does not seem like there is any support in AdvancedMH for this. I have some code for a ReparamProposal that wraps another proposal, but this is very inelegant. Does anyone have any pointers or ideas for structuring this properly?
It is sometimes useful to perform MH in a reparametrised space, similar to HMC with its bijectors. This would effectively allow for non-stationary Gaussian proposals, among others. It does not seem like there is any support in AdvancedMH for this. I have some code for a
ReparamProposalthat wraps another proposal, but this is very inelegant. Does anyone have any pointers or ideas for structuring this properly?