DiscreteVariablesTaskForce / DiscreteSamplingFramework

Python classes describing discrete variable sampling/proposals
Eclipse Public License 2.0
1 stars 0 forks source link

MPI Reproducibility #41

Open alecksphillips opened 1 year ago

alecksphillips commented 1 year ago

Currently in some cases different samples can be generate by SMC with differing numbers of MPI nodes. This is due to a numerical instability in calculation of the CDF during resampling (https://github.com/DiscreteVariablesTaskForce/DiscreteSamplingFramework/pull/35#discussion_r1304107281).

Fix in progress #38