Home | Trees | Indices | Help |
|
---|
|
Dynamically extends itself by adding successors.
Note that performs on-the-fly BA * TS. The given TS can be explicit or
on-the-fly, depending on what you pass to __init__
.
The state space serves as the set of "visited" states.
Note that this is equivalent to adding successors to both the queue and the set of visited states at the end of each iteration during a search, instead of adding each successor to the visited states when it is poped from the queue.
Nested Classes | |
Inherited from Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from |
Method Details |
Initialize FiniteStateAutomaton. Additional keyword arguments are passed to LabeledDiGraph.__init__.
|
Add the successors of (s, q) to the state space.
|
Iterate add_successors until all states are added. In other words until the state space reaches a fixed point. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |