Stateful machine: Difference between revisions

From psychoengineering
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
A '''stateful machine''' is a [[machine]] that uses past output to create novel output.
A '''stateful machine''' is a [[machine]] that uses past states to create novel output.


{{#mermaid:flowchart LR
{{#mermaid:flowchart LR
Line 16: Line 16:
config.flowchart.curve = linear
config.flowchart.curve = linear
}}
}}

[[Feedback]] is fundamental to the operation of a stateful machine. It takes the output of the machine, which includes its state during execution, and passes this data back to the machine as a parameter to create new output.

Revision as of 13:37, 17 August 2023

A stateful machine is a machine that uses past states to create novel output.

Feedback is fundamental to the operation of a stateful machine. It takes the output of the machine, which includes its state during execution, and passes this data back to the machine as a parameter to create new output.