Noun
Moore machine (plural Moore machines)
(computing theory) A finite-state machine whose output values are determined solely by its current state.
Every such state needs to be split in multiple Moore machine states, one for every incident output symbol. citation Optimization main Optimizing an FSM means finding the machine with the minimum number of states that performs the same function. Source: Internet
In control applications, two types are distinguished: ; Moore machine : The FSM uses only entry actions, i.e., output depends only on the state. Source: Internet