Skip to content

Latest commit

 

History

History

ODEs

GP-Bayesian Parameter Estimation for ODEs

This folder implements GP-Bayesian parameter estimation for systems of ODEs that are linear in the parameters of interest.

Main Routines

  • main.py: run an experiment and show/save results.
  • step1_generate_data.py: generate experimental snapshot data.
  • step3_estimate.py: solve the Bayesian parameter inference problem, selecting the regularization hyperparameters automatically. Construct the posterior.
  • step4_plot.py: plotting tools.

Links

Utilities

  • config.py: configure settings (matplotlib, file/folder names, etc.).
  • config_heat.py: simulation scenario for the heat equation problem.
  • utils.py: define tools for loading data and saving figures.

Reports

  • runlog.sh: Log of commands used to run the experiments reported in the paper.

Data

These folders are not tracked by git, but may be generated by running the code.

  • data/: experiment results for visualizations.
  • figures/: saved figures, organized by date.