Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

jmbr/baoab-constraints

Repository files navigation

BAOAB + Constraints

This is the source code for the numerical experiments of the constrained variant of BAOAB.

Dependencies

GNU Scientific Library (http://www.gnu.org/software/gsl/)

Armadillo (http://arma.sf.net)

How to compile and run this program

Change the current directory to the folder where the source code is located.

Do the following:

mkdir build

cd build

cmake -DCMAKE_BUILD_TYPE=Release ..

make

After these steps, you should have a binary file called `simul’.

You can then see the command line options available by running ./simul –help

About

Code for numerical experiments using Langevin Dynamics with constraints

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published