Constrained Hamiltonian Monte Carlo (CHMC) for Nested Sampling (NS)
This project was the focus of my Physics Part III thesis. You can read the full report which describes the details how the algorithm works here.
git clone https://github.com/BorisDeletic/CHMC-Nested-Sampling.git
git submodule update --init --recursive
To build one target
mkdir cmake-build-release && cd cmake-build-release
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --target GaussianTest
or to build all binaries replace last line with
ninja