Skip to content

Releases: smrfeld/sample-pairs-gaussian

samplePairsGaussian v1.1

03 Jul 22:45
Compare
Choose a tag to compare

Improvements to the interface, including:

  • Draws now are simpler and always refer to drawing a pair of particles, rather than individually the first and second.
  • Probabilities are calculated and normalized when the class is created, and the normalization is accessible automatically.
  • Adding/moving/removing particles is supported and are order N operations.

samplePairsGaussian v1.0

20 Jun 21:18
Compare
Choose a tag to compare

First stable release:

  • Sample pairs of particles
  • Support for multiple species

Missing:

  • Support for moving (diffusing) a particle
  • Support for adding a particle
  • Support for removing a particle