/minebed

Primary LanguagePythonMIT LicenseMIT

minebed

A package to perform Bayesian experimental design by mutual information neural estimation (MINEBED).

Installation

Create and activate a virtual environment, then pip install the package. For example, with conda:

conda create -n env python=3.6
conda activate env

Then to install the package, change directory to the root of the package and:

pip install .