History
The first hybrid stochastic simulation was developed by Simon Duane at the University of Illinois at Urbana-Champaign in 1985. It combined theMethods
The Dobramysl and Holcman Method
The Dobramysl and Holcman mixed analytical-stochastic simulation model was published in 2018 by Ulrich Dobramysl and David Holcman, from the University of Cambridge and University of Oxford respectively. It simulates parts ofPrinciple of the algorithm
The algorithm avoids the explicit simulation long trajectories with large excursions and thus it circumvents the need for an arbitrary cutoff distance for the infinite domain. The algorithm consists of mapping the source position to a half-sphere containing the absorbing windows. Inside the sphere, classical Brownian simulations are run until the particle is absorbed or exits through the sphere surface. The algorithm consists of the following steps: # The source releases a particle at position . # If , map the particle's position to the surface of the sphere S(R), using the distribution of exit point . In three dimensions, there is a finite probability for a Brownian particle to escape to infinity upon which the trajectory is terminated. # In the first time step, use the mapping, , to map the particle's position to the sphere S(R). This leads to a sequence of mapped position until the particle is absorbed. Note that for the mapping, there is again a finite probability that the particle escapes to infinity, in which case, the trajectory is terminated. # The Euler-Maruyama scheme can be used to perform a Brownian step: where is a vector of standard normal random variables. # When either (in the case of half-space) or (in the case of the sphere), and for any value i, one considers that the particle is being absorbed by window i and terminate the trajectory. # If the particle crosses any reflective boundary, go back to step 3 to generate a new position. Otherwise return to step 2.Mapping the source for a ball in 3D
One can map the source for a ball in 3D to get the first passage probability for hitting a ball before escaping to infinity. The mapping is as follows: , with and TheRemarks
The choice of the radius R is arbitrary as long as the sphere S(R) encloses all windows with a buffer of at least size . The radius R' should be chosen such that frequent re-crossings are avoided, e.g. This algorithm can be used to simulate trajectories of Brownian particles at steady-state close to a region of interest. Note that there is no approximation involved.Two-regime method
The Two-Regime Method for reaction–diffusion simulations was created by Mark Flegg, Jonathan Chapman and Radek Erban at the University of Oxford. It combines molecular-based algorithms with compartment-based approaches at ideal points during calculations to reduce computational cost. The molecular-based algorithms are great at giving highly accurate detail on localized regions of interest. Compartment-based models excel at efficient simulations of large regions. The main use for this model is to increase both the speed and accuracy of reaction–diffusion simulations, and provide more control to the simulator over methods to characterize regions of interest.Principle of the algorithm
The Two-Regime Method works by having two regimes of interest. One region is event-based and primarily uses compartment-based approaches, while the other region is time-based and relies on molecular-based regimes. The steps of the algorithm are as follows: # Divide the computational domain into two parts. The parts should be non-overlapping. # Determine which part of the domain would be better fit for a compartment-based approach, label that . The other domain will be . Ensure the following is true: . # Treat molecules in as free molecules in a continuous space. These molecules will diffuse and react through molecular-based approaches. Molecules jump between compartments while in region with the chance of jumping into where movement will then be simulated using Brownian motion. Many possibilities exist to couple these regions, which can vary based on the purpose of the simulation.Remarks
This algorithm and ones built upon it are used to study the conversion of species. They can also be coupled with the Fokker-Planck equation to simulate population and single trajectories using Brownian simulations.Applications
Hybrid stochastic simulations have been used to: * Predict the impact of HIV-prophylaxis on patients, aiding in the development of exposure prophylaxis medications. * Model tumor suppression mechanisms in cancer research. * Simulate train trajectories, which helps in the development of railway traffic schedules.References
{{Reflist Stochastic simulation