Thesis docs
|
Sequential Allocation Merge-Split (SAMS) sampler implementation. More...
#include "../utils/Sampler.hpp"
Go to the source code of this file.
Classes | |
class | SplitMerge_SAMS |
Sequential Allocation Merge-Split (SAMS) sampler for Bayesian nonparametric models. More... | |
Sequential Allocation Merge-Split (SAMS) sampler implementation.
This file contains the implementation of the SAMS algorithm, an optimized variant of split-merge sampling that uses sequential allocation for proposal generation. SAMS provides computational advantages for large datasets while maintaining theoretical properties of split-merge algorithms.