Terminating Turmite: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
mNo edit summary
m (un-bolded the second comma)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A '''Terminating Turmite''' or '''Relative Movement Turing Machine''' is a [[Turing machine]] which uses relative directions instead of absolute ones. So instead of moving (L)eft or (R)ight, it (P)roceeds forward (for one step in the same direction as last move or (T)urns-around (move one direction in the opposite direction). TT(n,k) is the maximum steps of all halting n-state, k-symbol Terminating Turmites when started on a blank tape. It was coined by @creeperman7002 who has studied small cases.
A '''Terminating Turmite''' or '''Relative Movement Turing Machine''' is a 1 dimentional [[Turing machine]] which uses relative directions instead of absolute ones. So instead of moving (L)eft or (R)ight, it (P)roceeds forward (for one step in the same direction as last move or (T)urns-around (move one direction in the opposite direction). TT(n,k) is the maximum steps of all halting n-state, k-symbol Terminating Turmites when started on a blank tape.
 
== History ==
2D [[wikipedia:Turmite|Turmites]], also called '''turNing machines''', have been historically studied by Chris Langton in 1986 ([[wikipedia:Langton's_ant|Langton's ants]]), Allen Brady in 1988 (TurNing machines) and Greg Turk in 1989 (tur-mites). Until recently, it seems like much less investigation was put into 1D Turmites.
 
==Values==


== See Also ==
== See Also ==
* Google Sheet recording known values: https://docs.google.com/spreadsheets/d/18EXcLXM4Xb_qpKenV4oRGQQpCd45MJ4uawNWgmVvKTY/edit?gid=0#gid=0
* Google Sheet recording known values: https://docs.google.com/spreadsheets/d/18EXcLXM4Xb_qpKenV4oRGQQpCd45MJ4uawNWgmVvKTY/edit?gid=0#gid=0
[[category:Functions]]

Latest revision as of 20:53, 14 August 2025

A Terminating Turmite or Relative Movement Turing Machine is a 1 dimentional Turing machine which uses relative directions instead of absolute ones. So instead of moving (L)eft or (R)ight, it (P)roceeds forward (for one step in the same direction as last move or (T)urns-around (move one direction in the opposite direction). TT(n,k) is the maximum steps of all halting n-state, k-symbol Terminating Turmites when started on a blank tape.

History

2D Turmites, also called turNing machines, have been historically studied by Chris Langton in 1986 (Langton's ants), Allen Brady in 1988 (TurNing machines) and Greg Turk in 1989 (tur-mites). Until recently, it seems like much less investigation was put into 1D Turmites.

Values

See Also