TMBR: September 2025: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
(→‎BB Adjacent: Detail bug game results)
(→‎BB Adjacent: BBl BMS update)
Line 90: Line 90:
**Daniel Yuan found some long running mazes using a greedy algorithm including Bug(19,29) ≥ 11,160,428. [https://discord.com/channels/960643023006490684/1362008236118511758/1416241487452049469]
**Daniel Yuan found some long running mazes using a greedy algorithm including Bug(19,29) ≥ 11,160,428. [https://discord.com/channels/960643023006490684/1362008236118511758/1416241487452049469]
**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 announced on Discord that a 350-bit <math>BB \lambda (n)</math> function now reaches the limit of BMS, an improvement from the previous 404 bits.
*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).
TODO: phrasing. Discord source: https://discord.com/channels/960643023006490684/1355653587824283678/1413637783045542038 and https://github.com/tromp/AIT/blob/master/fast_growing_and_conjectures/bms.lam
 
== Misc ==
== Misc ==



Revision as of 17:36, 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.

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).

Misc