A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.wikipedia.org/wiki/Sparse_grid below:

Sparse grid - Wikipedia

From Wikipedia, the free encyclopedia

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, Christoph Zenger, and Dirk Pflüger.

Curse of dimensionality[edit]

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 {\displaystyle l} , with N l {\displaystyle N_{l}} points. The function has regularity r {\displaystyle r} , i.e. is r {\displaystyle r} times differentiable. The number of dimensions is d {\displaystyle d} .

| E l | = O ( N l − r d ) {\displaystyle |E_{l}|=O(N_{l}^{-{\frac {r}{d}}})}

Smolyak's quadrature rule[edit]

Smolyak found a computationally more efficient method of integrating multidimensional functions based on a univariate quadrature rule Q ( 1 ) {\displaystyle Q^{(1)}} . The d {\displaystyle d} -dimensional Smolyak integral Q ( d ) {\displaystyle Q^{(d)}} of a function f {\displaystyle f} can be written as a recursion formula with the tensor product.

Q l ( d ) f = ( ∑ i = 1 l ( Q i ( 1 ) − Q i − 1 ( 1 ) ) ⊗ Q l − i + 1 ( d − 1 ) ) f {\displaystyle Q_{l}^{(d)}f=\left(\sum _{i=1}^{l}\left(Q_{i}^{(1)}-Q_{i-1}^{(1)}\right)\otimes Q_{l-i+1}^{(d-1)}\right)f}

The index to Q {\displaystyle Q} is the level of the discretization. If a 1-dimension integration on level i {\displaystyle i} is computed by the evaluation of O ( 2 i ) {\displaystyle O(2^{i})} points, the error estimate for a function of regularity r {\displaystyle r} will be | E l | = O ( N l − r ( log ⁡ N l ) ( d − 1 ) ( r + 1 ) ) {\displaystyle |E_{l}|=O\left(N_{l}^{-r}\left(\log N_{l}\right)^{(d-1)(r+1)}\right)}


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4