![]() | ||
In mathematics, the walk-on-spheres method (WoS) is a numerical probabilistic algorithm, or Monte-Carlo method, used mainly in order to approximate the solutions of some specific boundary value problem for partial differential equations. The WoS method was first introduced by M. E. Muller in 1956 to solve Laplace's equation, and was since then generalized to other problems.
Contents
- Informal description
- Formulation of the method
- Radius of the spheres
- Bias in the method and GFFP
- Complexity
- Variants extensions
- Elliptic equations
- Time dependency
- Other extensions
- References
It relies on probabilistic interpretations of PDEs, and simulates paths of Brownian motion (or for some more general variants, diffusion processes), by sampling only the exit-points out of successive spheres, rather than simulating in detail the path of the process. This often makes it less costly than "grid-based" algorithms, and it is today one of the most widely used "grid-free" algorithms for generating Brownian paths.
Informal description
Let
Let us consider the Dirichlet problem:
It can be easily shown that when the solution
where W is a d-dimensional Wiener process, the expected value is taken conditionally on {W0 = x}, and τ is the first-exit time out of Ω.
To compute a solution using this formula, we only have to simulate the first exit point of independent Brownian paths since with the law of large numbers:
The WoS method provides an efficient way of sampling the first exit point of a Brownian motion from the domain, by remarking that for any (d − 1)-sphere centred on x, the first point of exit of W out of the sphere has a uniform distribution over its surface. Thus, it starts with x(0) equal to x, and draws the largest sphere
According to intuition, the process will converge to the first exit point of the domain. However, this algorithm takes almost surely an infinite number of steps to end. For computational implementation, the process is usually stopped when it gets sufficiently close to the border, and returns the projection of the process on the border. This procedure is sometimes called introducing an
Formulation of the method
Choose
- Initialize :
x ( 0 ) = x - While
d ( x ( n ) , Γ ) > ε :- Set
r n = d ( x n , Γ ) . - Sample
γ n - Set
x ( n + 1 ) := x ( n ) + r n γ n
- Set
- When
d ( x ( n ) , Γ ) ≤ ε : -
x f := p Γ ( x ( n ) ) , the orthogonal projection ofx ( n ) Γ - Return
x f
The result
Radius of the spheres
In some cases the distance to the border might be difficult to compute, and it is then preferable to replace the radius of the sphere by a lower bound of this distance. One must then ensure that the radius of the spheres stays large enough so that the process reaches the border.
Bias in the method and GFFP
As it is a Monte-Carlo method, the error of the estimator can be decomposed into the sum of a bias, and a statistical error. The statistical error is reduced by increasing the number of paths sampled, or by using variance reduction methods.
The WoS theoretically provides exact (or unbiased) simulations of the paths of the Brownian motion. However, as it is formulated here, the
When it is possible to use it, the GFFP method is usually preferred, as it is both faster and more accurate than the classical WoS.
Complexity
It can be shown that the number of steps taken for the WoS process to reach the
As it is commonly the case for Monte-Carlo methods, this algorithm performs particularly well when the dimension is higher than
Variants, extensions
This method has been largely studied, generalized and improved. For example, it is now extensively used for the computation of physical properties of materials (such as capacitance, electrostatic internal energy of molecules, etc.). Some notable extensions include:
Elliptic equations
The WoS method can be modified to solve more general problems. In particular, the method has been generalized to solve Dirichlet problems for equations of the form
More efficient ways of solving the linearized Poisson–Boltzmann equation have also been developed, relying on Feynman−Kac representations of the solutions.
Time dependency
Again, within a regular enough border, it possible to use the WoS method to solve the following problem :
of which the solution can be represented as:
where the expectation is taken conditionally on
To use the WoS through this formula, one needs to sample the exit-time from each sphere drawn, which is an independent variable
The total time of exit from the domain
Other extensions
The WoS method has been generalized to estimate the solution to elliptic partial differential equations everywhere in a domain, rather than at a single point.
The WoS method has also been generalized in order to compute hitting times for processes other than Brownian motions. For example, hitting times of Bessel processes can be computed via an algorithm called "Walk on moving spheres". This problem has applications in mathematical finance.
Finally, the WoS can be adapted to solve the Poisson and Poisson–Boltzmann equation with flux conditions on the boundary.