Sparse grids are numerical techniques to represent, integrate or interpolate high dimensional functions. They were originally developed by the Russian mathematician Sergey A. Smolyak, a student of Lazar Lyusternik, and are based on a sparse tensor product construction. Computer algorithms for efficient implementations of such grids were later developed by Michael Griebel and Christoph Zenger.
The standard way of representing multidimensional functions are tensor or full grids. The number of basis functions or nodes (grid points) that have to be stored and processed depend exponentially on the number of dimensions.
The curse of dimensionality is expressed in the order of the integration error that is made by a quadrature of level
l
Nl
r
r
d
|El|=
| ||||
O(N | ||||
l |
)
Smolyak found a computationally more efficient method of integrating multidimensional functions based on a univariate quadrature rule
Q(1)
d
Q(d)
f
(d) | |
Q | |
l |
f=
l | |
\left(\sum | |
i=1 |
(1) | |
\left(Q | |
i |
(1) | |
-Q | |
i-1 |
\right) ⊗
(d-1) | |
Q | |
l-i+1 |
\right)f
The index to
Q
i
O(2i)
r
|El|=
-r | |
O\left(N | |
l |
\left(log
(d-1)(r+1) | |
N | |
l\right) |
\right)