The goal is to sample the posterior distribution of parameters describing some model (fairly low dimensional, generally no more than 10 parameters at the absolute most, usually around 5), but I don't necessarily want to assume the shape of the posterior/proposal, in case there is some complicated, nonlinear correlation between model parameters, for example. Which methods can I use for this task?
I haven't used Gibbs sampling in practice, only adaptive Metropolis-Hastings, but from the literature it seems that an advantage of Gibbs is that you don't need to supply a posterior/proposal. Are there other "non-parametric" methods that could prove useful?