adrn / thejoker

A custom Monte Carlo sampler for the (gravitational) two-body problem
MIT License
30 stars 8 forks source link

Add an option to randomize sample indices when running from cache #90

Closed adrn closed 5 years ago

adrn commented 5 years ago

When running with a large, pre-generated cache of prior samples, TheJoker always starts evaluating samples from index 0. This can lead to duplicate accepted samples if running on a large set of sources.

adrn commented 5 years ago

Done in #91