Stateful machine: Difference between revisions

From psychoengineering
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(New domain)
Line 2: Line 2:


{{#mermaid:flowchart LR
{{#mermaid:flowchart LR
sourcePoint[ ] -->|<a href='https://psychoengineering.miraheze.org/wiki/Stimuli'>source data</a>| inputPoint
sourcePoint[ ] -->|<a href='https://psycho.engineering/wiki/Stimuli'>source data</a>| inputPoint
inputPoint[input] --> machine[<a href='https://psychoengineering.miraheze.org/wiki/Machine'>machine</a>]
inputPoint[input] --> machine[<a href='https://psycho.engineering/wiki/Machine'>machine</a>]
machine --> outputPoint[output]
machine --> outputPoint[output]
outputPoint -->|<a href='https://psychoengineering.miraheze.org/wiki/Feedback'>feedback</a>| inputPoint
outputPoint -->|<a href='https://psycho.engineering/wiki/Feedback'>feedback</a>| inputPoint
outputPoint -->|<a href='https://psychoengineering.miraheze.org/wiki/Behavior'>behavior</a>| behaviorPoint[ ]
outputPoint -->|<a href='https://psycho.engineering/wiki/Behavior'>behavior</a>| behaviorPoint[ ]


style sourcePoint fill:none,stroke:none;
style sourcePoint fill:none,stroke:none;

Revision as of 00:24, 24 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.