Skip to content

DarkMachines/pyBAMBI

Repository files navigation

pyBAMBI

pyBAMBI

Resurrecting BAMBI for the pythonic deep learning era

Author

Dark Machines collaboration

Organiser

Will Handley

Version

0.2.0

GitHub

https://github.com/DarkMachines/pyBAMBI

Documentation

https://pybambi.readthedocs.io/

Website

https://darkmachines.org

Paper

https://arxiv.org/abs/1110.2997

Build Status

image

Test Coverage Status

Documentation Status

image

Notes

Currently, there is a test script in test.py, which shows how to call pyBAMBI. The main piece of work to be done is to implement neural network modelling in pybambi/dumper.py from the view onto the live points every nlive iterations.

Installation instructions

You can clone the repository with

git clone git@github.com:DarkMachines/pyBAMBI.git

Although if you wish to contribute, you can either create a new branch and push (if you are a member of the DarkMachines sampling community) or fork the repository to your own account.

You can run the tests with either of the commands:

python -m pytest tests
python setup.py test