alumbreras / NUTS-Cpp

HMC No-U-Turn sampler (NUTS) implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No-U-Turn sampler

C++ implementation of the NUTS sampler.

This is a simplified version of the STAN code, intended to be more comprehensible. Unlike STAN, there is no Automatic Differentiation. Thus, the logprobability and its gradient are to be explicitly coded in their corresponding functions.

About

HMC No-U-Turn sampler (NUTS) implementation in C++

License:GNU General Public License v3.0


Languages

Language:C++ 99.3%Language:Shell 0.7%