Skip to content

ben18785/treeQuadrature

 
 

Repository files navigation

Tree Quadrature

Contact: Thomas Foster [[email protected]]

Performs integrations of high dimensional functions.

Installation

cd into the top level of this repo.
Ideally you would run all these commands inside an activated virtual environment. More on that here: https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
To install dependencies run pip install -r requirements.txt
Install the package locally using pip install -e . Don't forget the .!!
You should now be able to run a python shell inside your environment and import treeQuadrature

Examples

There is an example notebook in examples/ that demonstrates how to write, run and plot an integrator.

Results

See results/README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.4%
  • Python 24.6%