Sampler roadmap / overview #1603
Replies: 4 comments
-
@ben could you check if the bottom 6 are e.g. different names for ones above? Found them on github but not in the pyramid |
Beta Was this translation helpful? Give feedback.
-
Aha, here it is: https://github.com/orgs/pints-team/projects/1#card-15881685 |
Beta Was this translation helpful? Give feedback.
-
Hi Michael, Thanks! I've edited the comment to remove those methods I think are duplicates. Not sure what to call SIS MCMC -- it's an approach that can be applied to all samplers (and likelihood-based optimisers) essentially. Just involves heating the distribution, sampling from it, then reweighting based on importance weights. Can leave it as it stands for now though! |
Beta Was this translation helpful? Give feedback.
-
Can't find an existing ticket for this, though sure we had one at some point.
Classed as black, blue, and red in Ben's diagram
Likelihood-free
ABC Rejection method #881 ABC rejection - rebased #925ABC SMC/PMC #1442ABC-SMC #1055ABC SMC/PMC #1442Derivative-free
DifferentialEvolutionMCMC
DreamMCMC
NestedEllipsoidSampler
EmceeHammerMCMC
PopulationMCMC
MetropolisRandomWalkMCMC
AdaptiveCovarianceMCMC
NestedRejectionSampler
SliceDoublingMCMC
SliceStepoutMCMC
1st order sensitivities
HamiltonianMCMC
MALAMCMC
MonomialGammaHamiltonianMCMC
2nd order sensitivities
Framework for all sampling (temper distribution, sample from it, reweight via importance sampling):
Beta Was this translation helpful? Give feedback.
All reactions