/CHMC-Nested-Sampling

Constrained Hamiltonian Monte Carlo (CHMC) for Nested Sampling (NS)

Primary LanguageTeX

CHMC-Nested-Sampling

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.

Getting Started

git clone https://github.com/BorisDeletic/CHMC-Nested-Sampling.git
git submodule update --init --recursive

Compiling

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