The Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN is a collection of robust libraries for high dimensional integration and interpolation as well as parameter calibration. This documentation focuses on the libraries and the software API, refer to the PDF document on the project web-page for specifics about the mathematics of the implemented methods.
Visit us at https://github.com/ORNL/Tasmanian
Documentation: development (rolling)
Sparse Grids is a family of algorithms for constructing multidimensional quadrature and interpolation rules using multiple tensor products of one dimensional rules with varying degree of precision. The Tasmanian Sparse Grids Module implements a variety of grids that fall into five major categories:
The DiffeRential Evolution Adaptive Metropolis is a method to draw samples from an arbitrary probability distribution defined by an arbitrary non-negative function (not necessarily normalized to integrate to 1). The DREAM approach is similar to the classical Markov Chain Monte Carlo, but it evolves a large number of chains simultaneously which leads to better parallelization and (potentially) faster convergence. In addition, multiple chains allow for better exploration of the probability domain, which is often advantageous when working with multi-modal distributions.
One of the main applications of DREAM is in the field of Bayesian inference, where samples are drawn from a posterior distribution comprised from a data-informed likelihood and an arbitrary model. The DREAM module of Tasmanian can use Tasmanian Sparse Grids approximation to either the model or the likelihood.
The online documentation focuses on the API and usage of the Tasmanian software. More detailed description of the mathematical capabilities and some of the terminology can be found at the Math Manual
https://mkstoyanov.github.io/tasmanian_aux_files/docs/TasmanianMathManual.pdf
If you use Tasmanian for your research, please cite the Manual and our work on global and locally adaptive grids.
https://github.com/mkstoyanov/tasmanian_aux_files/blob/main/docs/Tasmanian.bib
Download the .bib file:
https://mkstoyanov.github.io/tasmanian_aux_files/docs/Tasmanian.bib
See also the detailed Installation instructions.
g++
and /usr/bin/python3
pip
python3 -m pip install Tasmanian --user
<install-prefix>/share/Tasmanian/examples/
<source-root>/<module>/Examples/