1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RealSliceSampler renamed to RealSlicer More... about 18 years ago
RealSliceSampler renamed to RealSlicer More... about 18 years ago
RealSliceSampler renamed to RealSlicer More... about 18 years ago
Fixes for FiniteMethod More... about 18 years ago
Fixes for FiniteMethod DiscreteSliceSampler renamed to DiscreteSlicer More... about 18 years ago
Fixes for FiniteMethod More... about 18 years ago
Fixes for FiniteMethod More... about 18 years ago
FiniteSampler.* renamed to FiniteMethod.* to match new class name. FiniteMethod class modified to no longer require initialization. More... about 18 years ago
FiniteSampler.* renamed to FiniteMethod.* to match new class name. More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses of Sampler, updating is done with a new class of object that acts on a Sampler. For example, ParallelSampler, which inherits from Sampler, uses a DensityMethod object. Subclasses of DensityMethod include Slicer and Metropolis. Entirely within the bugs module, a subclass ConjugateSampler is defined, which uses a single stateless ConjugateMethod object to update all chains. More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Major overhaul of the Sampler class. Instead of creating many subclasses More... about 18 years ago
Updates to Sampler documentation More... about 18 years ago
Updates to Sampler documentation More... about 18 years ago
Modifications to the Slicer class + documentation improvements. More... about 18 years ago
Modifications to the Slicer class + documentation improvements. More... about 18 years ago
Removed the boolean "accept" argument from Metropolis::rescale. It is redundant. All necessary information is contained in the p argument. More... about 18 years ago