This repository contains the source code for the numerical experiments in the paper
by
Shane A. McQuarrie (Brigham Young University),
Mengwu Guo (Lund University), and
Anirban Chaudhuri (The University of Texas at Austin).
BibTex
@misc{mcquarrie2025activebayesopinf,
title = {Active learning for data-driven reduced models of parametric differential systems with {B}ayesian operator inference},
author = {Shane A. McQuarrie and Mengwu Guo and Anirban Chaudhuri},
year = {2025},
eprint = {2601.00038},
archivePrefix = {arXiv},
}
This repository uses the standard Python scientific stack (NumPy, SciPy, Scikit-Learn, etc.) and the opinf package.
We recommend installing the required packages in a new conda environment.
$ conda deactivate
$ conda create -n activebayesopinf python=3.13
$ conda activate activebayesopinf
(activebayesopinf) $ pip install -r requirements.txtThe files in the codebase/ folder are used in both experiments.
Use make link in the terminal to set up links to these files.
The numerical experiments detailed in the paper are contained in separate folders.
To reproduce the figures in the paper, navigate to the directory and run experiments.sh.
cd heat/
./experiments.sh