At the moment the series of intermediate distributions are different between SMC and populationMCMC. We should allow each to have the other's option and make the default the same between both.
- SMC does a mixing: beta * log p(theta|x) + (1 - beta) * log p(theta),
- PopulationMCMC does a tempering: beta * log p(theta|x)
In many cases, this won't make a difference if the priors are flat. If they aren't, however, it will affect performance, and so we want to allow both options, because we won't know what's best.
At the moment the series of intermediate distributions are different between SMC and populationMCMC. We should allow each to have the other's option and make the default the same between both.
In many cases, this won't make a difference if the priors are flat. If they aren't, however, it will affect performance, and so we want to allow both options, because we won't know what's best.