4. Iterative Algorithms

TBD

4.1 Recursion order

TBD

4.2 Normal and abnormal stop conditions

TBD

4.3 Flowchart

The flow of the IterativeAlgorithm ’s run method can be represented by the following diagram.

Not indicated in this diagram for clarity is the fact that when a StopIteration is raised in the iteration method, the callback function and the state update are still performed before exiting the loop.

4.4 Buffer handling

TBD

4.5 Reusing the initial state

TBD

4.6 Interactivity

TBD

4.7 Output

TBD