Decider: Difference between revisions
Jump to navigation
Jump to search
→List of Deciders: added Repeated Word List |
Added NGram CPS |
||
| Line 16: | Line 16: | ||
* [[Cycler]] | * [[Cycler]] | ||
* [[Repeated Word List]] (RepWL) | * [[Repeated Word List]] (RepWL) | ||
* [[NGram CPS|n-Gram Closed Position Set]] (n-Gram CPS) | |||
== See also == | == See also == | ||
https://bbchallenge.org/method#deciders | https://bbchallenge.org/method#deciders | ||
Revision as of 21:07, 31 March 2026
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, Backward Reasoning and Closed Set methods.
List of Deciders
- Translated Cycler
- Backward Reasoning
- Closed Position Set (CPS)
- Closed Tape Language (CTL)
- Finite Automata Reduction (FAR)
- Inductive Proof System
- Bouncer
- Halting Segment
- Cycler
- Repeated Word List (RepWL)
- n-Gram Closed Position Set (n-Gram CPS)