Skip to content

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

Notifications You must be signed in to change notification settings

BorisDeletic/CHMC-Nested-Sampling

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published