You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Leimkuhler-Matthews method

From EverybodyWiki Bios & Wiki





The Leimkuhler-Matthews method (or LM method in its original paper [1]) is an algorithm for finding discretized solutions to the Brownian dynamics

where is a constant and can be thought of as a potential energy function commonly found in classical molecular dynamics, with the dimensional state vector along with dimensional Wiener process denoted . Given a time step , the Leimkuhler-Matthews update scheme is compactly written as

with initial condition , and where is a vector of independent normal random numbers redrawn at each step so (where denotes expectation). Despite being of equal cost to the Euler-Maruyama scheme (in terms of the number of evaluations of the function per update), given some assumptions on and solutions have been shown [2] to have a superconvergence property

for constants not depending on . This means that as gets large we obtain an effective second order with error in computed expectations. For small time step this can give significant improvements over the Euler-Maruyama scheme, at no extra cost.

Discussion[edit]

Comparison to other schemes[edit]

The obvious method for comparison is the Euler-Maruyama scheme as it has the same cost, requiring one evaluation of per step. Its update is of the form

with error (given some assumptions [3] ) as with constant independent of . Compared to the above definition, the only difference between the schemes is the one-step averaged noise term, making it simple to implement.

For sufficiently small time step and large enough time it is clear that the LM scheme gives a smaller error than Euler-Maruyama. While there are many algorithms that can give reduced error compared to the Euler scheme (see e.g. Milstein, Runge-Kutta or Heun's method) these almost always come at an efficiency cost, requiring more computation in exchange for reducing the error. However the Leimkuhler-Matthews scheme can give significantly reduced error with minimal change to the standard Euler scheme. The trade-off comes from the (relatively) limited scope of the stochastic differential equation it solves: must be a scalar constant and the drift function must be of the form . The LM scheme also is not Markovian, as updates require more than just the state at time . However, we can recast the scheme as a Markov process by extending the space.

Markovian Form[edit]

We can rewrite the algorithm in a Markovian form by extending the state space with a momentum vector so that the overall state is at time . Initializing the momentum to be a vector of standard normal random numbers, we have

where the middle step completely redraws the momentum so that each component is an independent normal random number. This scheme is Markovian, and has the same properties as the original LM scheme.

Applications[edit]

The algorithm has application in any area where the weak (i.e. average) properties of solutions to Brownian dynamics are required. This applies to any molecular simulation problem (such as classical molecular dynamics), but also can apply to statistical sampling problems due to the properties of solutions at large times. In the limit of , solutions will become distributed according to the Probability distribution . Thus we can generate independent samples according to a required distribution by using and running the LM algorithm until large . Such strategies can be efficient in (for instance) Bayesian inference problems.

See also[edit]

References[edit]

  1. Leimkuhler, Benedict; Matthews, Charles (1 January 2013). "Rational Construction of Stochastic Numerical Methods for Molecular Sampling". Applied Mathematics Research EXpress. 2013 (1): 34–56. doi:10.1093/amrx/abs010. ISSN 1687-1200.
  2. Leimkuhler, B.; Matthews, C.; Tretyakov, M. V. (8 October 2014). "On the long-time integration of stochastic gradient systems". Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences. 470 (2170): 20140120. arXiv:1402.2797. Bibcode:2014RSPSA.47040120L. doi:10.1098/rspa.2014.0120.
  3. Kloeden, P.E.; Platen, E. (1992). Numerical Solution of Stochastic Differential Equations. Springer, Berlin. ISBN 3-540-54062-8. Unknown parameter |name-list-style= ignored (help) Search this book on

Submission for SDE discretization method[edit]


This article "Leimkuhler-Matthews method" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Leimkuhler-Matthews method. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.