Skip to content

Add option to allow tempering rather than mixing for SMC and population MCMC #487

Description

@ben18785

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions