mzemplenyi / OED-graphical-models

Optimal experimental design algorithm for inferring causal graphical models.
2 stars 0 forks source link

Description

This repository contains the code to implement the Bayesian optimal experimental design algorithm described in: Michele Zemplenyi and Jeffrey W. Miller. (2021) "Bayesian optimal experimental design for inferring causal structures graphical models." arXiv preprint.

This codebase builds upon the BDAGL (Bayesian Directed Acyclic Graph Learning) Matlab/C/Java package developed by Daniel Eaton and Kevin Murphy, which supports Bayesian inference about DAG structures using dynamic programming and MCMC. Eaton and Murphy distributed their code under the GNU Lesser General Public License. Our code is also distributed under the GNU Lesser General Public License. See the BDAGL website for more information about the BDAGL package. We are grateful to Professor Eaton and Professor Murphy for making their software publicly available.

Getting started

All relevant code is included in this repository. The code has only been tested on Matlab R2017a in a Windows environment. To use this code: