Content deleted Content added
Roll-Morton (talk | contribs) mNo edit summary |
→Efficiency: made an explanation of efficiency more clear |
||
Line 38:
== Efficiency ==
In a typical application of the method, the goal is to be able to implement the resulting deterministic process by a reasonably efficient algorithm (
In the ideal case, given a partial state (a node in the tree), the conditional probability of failure (the label on the node) can be efficiently and exactly computed. (The example above is like this.) If this is so, then the algorithm can select the next node to go to by computing the conditional probabilities at each of the children of the current node, then moving to any child whose conditional probability is less than 1. As discussed above, there is guaranteed to be such a node.
|