Decider: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (update far link)
(→‎List of Deciders: Added cyclers)
 
Line 14: Line 14:
* [[Bouncer]]
* [[Bouncer]]
* [[Halting Segment]]
* [[Halting Segment]]
* [[Cycler]]


== See also ==
== See also ==
https://bbchallenge.org/method#deciders
https://bbchallenge.org/method#deciders

Latest revision as of 10:31, 2 September 2025

A Decider (or a Filter) is a program which attempts to decide whether or not a given Turing machine (TM) will halt. Since the Halting Problem is uncomputable, no decider can decide all TMs, instead deciders categorize each TM into one of three categories: Halting, Proven Infinite, or Holdout.

There are a wide variety of methods used to construct deciders. Some broad categories are: Accelerated Simulators, Backwards Reasoning and Closed Set methods.

List of Deciders

See also

https://bbchallenge.org/method#deciders