Skip to content

PredictiveScienceLab/inverse-bgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Bayesian Global Optimization to Solve Inverse Problems

This package contains examples of application of Bayesian Global Optimization (BGO) to the solution of inverse problems.

The code is developed by the Predictive Science Laboratory (PSL) at Purdue University.

Contents

We give a brief description of what is in each file/folder of this code. For more details, you are advised to look at the extensive comments.

  • plots.py: Includes routines that make the plots you see.

  • pydes: This is a Python module that implements BGO. It will be a separate fully functional module in the near future.

Dependencies

Before trying to use the code, you should install the following dependencies:

Installation

There is nothing to install. You can just use the code once you enter the code directory. pydes can be used as an independent python module if you add it to your PYTHONPATH. However, this is not necessary if all you want to do is run the demos.

Runnings the demos

The demo is in solve_inverse.py which can be run as a common Python script. The demo calibrates the following catalysis model: Alt text using this data kindly provided by Dr. Ioannis Katsounaros. The details of the model are explained in example 1 of our paper. Contrary to the paper, here we pose the inverse problem as a minimization of a loss function:

Alt text

The notation has the following meaning:

  • x: parameters that need calibrating
  • f(x): forward model
  • y: experimental data (presumably predicted by f(x))
  • L(x, y): loss function

The scripts produces detailed output of the BGO, and it creates the following figures:

About

Use Bayesian Global Optimization to solve inverse problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages