TMBR: September 2025: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
(→‎BB Adjacent: BBl BMS update)
(Expand LIATA result out into a new "Theory" section)
Line 85: Line 85:
</div></div>
</div></div>


==BB Adjacent==
== Theory ==
Linear-Inequality Affine Transformation Automata (LIATA) were introduced as a generalization of the [[BMO1]] rules:
 
* @Bard proved that 3 dimension LIATA are Turing complete: https://discord.com/channels/960643023006490684/1239205785913790465/1420457986564030641
* @star proved that 2 dimension LIATA are Turing complete: https://discord.com/channels/960643023006490684/1239205785913790465/1421271424588451915
* BMO1 is a 2d-LIATA so this provides some sense for the difficulty of the problem.
** This is analogous to how Conway proved that generalized collatz maps are Turing complete which suggests the difficulty with solving Collatz-like problems.
** But, like Conway's proof, it does not say anything concrete about any specific 2d-LIATA problem.
 
== BB Adjacent ==
*@savask shared the [[Bug Game]] (and fast-growing <math>Bug(H,W)</math> function)
*@savask shared the [[Bug Game]] (and fast-growing <math>Bug(H,W)</math> function)
**Optimal square mazes have been discovered up to Bug(7,7) = 218 by Katelyn Doucette using [[TNF]]-style search. https://discord.com/channels/960643023006490684/1362008236118511758/1416593147210895491
**Optimal square mazes have been discovered up to Bug(7,7) = 218 by Katelyn Doucette using [[TNF]]-style search. https://discord.com/channels/960643023006490684/1362008236118511758/1416593147210895491
Line 91: Line 100:
**Daniel Yuan proved that  <math>Bug(H,W) \le 4^{HW}</math>. [https://discord.com/channels/960643023006490684/1362008236118511758/1415874391199449088], [https://discord.com/channels/960643023006490684/1362008236118511758/1416144180039651401] and [https://discord.com/channels/960643023006490684/1362008236118511758/1416158428287602752]
**Daniel Yuan proved that  <math>Bug(H,W) \le 4^{HW}</math>. [https://discord.com/channels/960643023006490684/1362008236118511758/1415874391199449088], [https://discord.com/channels/960643023006490684/1362008236118511758/1416144180039651401] and [https://discord.com/channels/960643023006490684/1362008236118511758/1416158428287602752]
*John Tromp proved <math>BB\lambda(350) > BMS^3(5)</math> ([https://discord.com/channels/960643023006490684/1355653587824283678/1413637783045542038 announcement on Discord], [https://github.com/tromp/AIT/blob/master/fast_growing_and_conjectures/bms.lam Code]). This is an improvement over the previous result requiring 404 bits. (TODO: clarify what BMS is and if this function notation is standard).
*John Tromp proved <math>BB\lambda(350) > BMS^3(5)</math> ([https://discord.com/channels/960643023006490684/1355653587824283678/1413637783045542038 announcement on Discord], [https://github.com/tromp/AIT/blob/master/fast_growing_and_conjectures/bms.lam Code]). This is an improvement over the previous result requiring 404 bits. (TODO: clarify what BMS is and if this function notation is standard).
== Misc ==
* TODO: Affine maps are Turing complete and its relation to [[BMO1]]: https://discord.com/channels/960643023006490684/1239205785913790465/1420457986564030641 https://discord.com/channels/960643023006490684/1239205785913790465/1420491357969059910
[[Category:This Month in Beaver Research|2025-09]]
[[Category:This Month in Beaver Research|2025-09]]

Revision as of 18:44, 30 September 2025

Prev: August 2025 This Month in Beaver Research Next: October 2025

This Month in Beaver Research for September 2025.

TODO: BB(5) arXiv released https://arxiv.org/abs/2509.12337

TODO: BB(3,3) month next month.

In the News

Blog Posts

Holdouts

This month saw huge reductions to holdout lists in many domains. In BB(6), this was mainly due to mxdys demonstrating the equivalence of many TMs. For the other domains it seems to be mainly due to applying mxdys's main.exe and the Ligockis' Enumerate.py and lr_enum_continue decider pipelines to these domains.

BB Holdout Reduction by Domain
Domain New Holdout Count Previous Holdout Count Holdout Reduction % Reduction
BB(6) 1,691 2,592 901 34.8%
BB(7) 22,801,601 59,727,905 36,446,066 61.8%
BB(2,6) 873,469 22,302,296 21,428,827 96.1%
BB(4,3) 50,835,926 460,916,384 410,080,458 89.0%
Details
  • BB(7):
    • Andrew Ducharme has continued reducing the number of holdouts, from 59,727,905 to 28,189,617 (52.80% reduction).
    • Terry Ligocki ran an additional 24 filters/parameters. This reduced the number of holdouts, from 28,189,617 to 23,314,388 TMs (17.29% reduction)
    • Andrew Ducharme, starting Stage 4 of Phase 2 ran two additional filters, reducing the number of holdouts, from 23,314,388 to 22,801,601 TMs (2.2% reduction)
    • Racheline decided a machine to be halting manually.
  • BB(2,6):
    • An error was noticed in the BB(2,6) holdout reduction reported last month. It was decided to start back at the original 22,302,296 holdout TMs.
    • Andrew Ducharme ran lr_enum_continue and reduced the 22,302,296 holdout TMs to 20,358,011 (8.72% reduction).
    • Terry Ligocki ran 50 variations of deciders/parameters using @mxdys' C++ code, main.exe, reducing the holdout count to 970,101 TMs (95.23% reduction)!
    • Andrew Ducharme ran Enumerate.py reducing the holdout count to 873,469 TMs (9.96% reduction).
    • Peacemaker II found a new second place champion, halting at around steps.
  • BB(3,4):
    • XnoobSpeakable and Lúkos are working on the holdout list for BB(3,4), ~435M TMs, using @mxdys' deciders with various parameters.

Theory

Linear-Inequality Affine Transformation Automata (LIATA) were introduced as a generalization of the BMO1 rules:

BB Adjacent

  • @savask shared the Bug Game (and fast-growing function)
  • John Tromp proved (announcement on Discord, Code). This is an improvement over the previous result requiring 404 bits. (TODO: clarify what BMS is and if this function notation is standard).