protected class PrioritizedSweeping.BPTR
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
PrioritizedSweeping.BPTRNode | 
backNode
The back pointer node 
 | 
double | 
forwardMaxProbability
The maximum probability tha the back node will transition to the implicitly defined forward state node. 
 | 
| Constructor and Description | 
|---|
BPTR(PrioritizedSweeping.BPTRNode backNode,
    HashableState forwardState)
Stores back pointer information. 
 | 
public PrioritizedSweeping.BPTRNode backNode
public double forwardMaxProbability
public BPTR(PrioritizedSweeping.BPTRNode backNode, HashableState forwardState)
backNode - the backwards nodeforwardState - the state to which the back node transitions