Stochastic roadmap simulation

From HandWiki

For robot control, Stochastic roadmap simulation[1] is inspired by probabilistic roadmap[2] methods (PRM) developed for robot motion planning.

The main idea of these methods is to capture the connectivity of a geometrically complex high-dimensional space by constructing a graph of local paths connecting points randomly sampled from that space. A roadmap G = (V,E) is a directed graph. Each vertex v is a randomly sampled conformation in C. Each (directed) edge from vertex vi to vertex vj carries a weight Pij , which represents the probability that the molecule will move to conformation vj , given that it is currently at vi. The probability Pij is 0 if there is no edge from vi to vj. Otherwise, it depends on the energy difference between conformations.

Stochastic roadmap simulation is used to explore the kinetics of molecular motion by simultaneously examining multiple pathways in the roadmap. Ensemble properties of molecular motion (e.g., probability of folding (PFold), escape time in ligand-protein binding) is computed efficiently and accurately with stochastic roadmap simulation. PFold values are computed using the first step analysis of Markov chain theory.

See also

References

  1. Apaydin, M. S.; Brutlag, D. L.; Guestrin, C.; Hsu, D. (2003), "Stochastic roadmap simulation: an efficient representation and algorithm for analyzing molecular motion", Computational Biology 10 (3–4): 257–281, doi:10.1145/565196.565199, PMID 12935328 .
  2. "Probabilistic roadmaps for path planning in high-dimensional configuration spaces", IEEE Transactions on Robotics and Automation 12 (4): 566–580, 1996, doi:10.1109/70.508439 .