Accelerated simulator: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (LegionMammal978 moved page Accelerated Simulator to Accelerated simulator: capitalization)
(Stub)
Line 1: Line 1:
An '''Accelerated Simulator''' is a program which simulates a [[Turing machine]] in a way that scales faster than direct, step-by-step simulation. A common method for accelerated simulation is using [[Inductive Proof]]s. But there are other methods as well, including [[Macro Machine]]s and [[hash_sim]].
An '''Accelerated Simulator''' is a program which simulates a [[Turing machine]] in a way that scales faster than direct, step-by-step simulation. A common method for accelerated simulation is using [[Inductive Proof]]s. But there are other methods as well, including [[Macro Machine]]s and [[hash_sim]].
[[Category:Stub]]

Revision as of 01:50, 18 July 2024

An Accelerated Simulator is a program which simulates a Turing machine in a way that scales faster than direct, step-by-step simulation. A common method for accelerated simulation is using Inductive Proofs. But there are other methods as well, including Macro Machines and hash_sim.