Comment: This TM produces 6 ones in 14 steps. Comment: Taken (cited) from P.Michel
| State | on 0 |
on 1 |
on 0 | on 1 | ||||
|---|---|---|---|---|---|---|---|---|
| Move | Goto | Move | Goto | |||||
| A | 1RB | 1RH | 1 | right | B | 1 | right | H |
| B | 0RC | 1RB | 0 | right | C | 1 | right | B |
| C | 1LC | 1LA | 1 | left | C | 1 | left | A |
The same TM just simple.
The same TM with repetitions reduced.
The same TM with tape symbol exponents.
Simulation is done as 1-macro machine.
The same TM as 1-macro machine with pure additive config-TRs.
Pushing initial machine.
Pushing macro factor 1.
Steps BasSteps BasTpos Tape contents
0 0 0 A>
1 1 1 1 B>
2 2 2 1 0 C>
3 3 1 1 0 <C 1
4 4 0 1 <C 12
5 5 -1 <A 13
6 6 0 1 B> 13
7 9 3 14 B>
8 10 4 14 0 C>
9 11 3 14 0 <C 1
10 12 2 14 <C 12
11 13 1 13 <A 13
12 14 2 13 H> 13
12 14 2 13 H> 13 [stop]
Lines: 14
Top steps: 12
Macro steps: 12
Basic steps: 14
Tape index: 2
ones: 6
log10(ones ): 0.778
log10(steps ): 1.146
Run state: stop
Input to awk program:
gohalt 1
T 3-state Busy Beaver (most ones) (by T.Rado)
: 6 14
C Taken (cited) from P.Michel
5T 1RB 1RH 0RC 1RB 1LC 1LA
L 6
M 201
pref sim
machv TM32_bbO just simple
machv TM32_bbO-r with repetitions reduced
machv TM32_bbO-1 with tape symbol exponents
machv TM32_bbO-m as 1-macro machine
machv TM32_bbO-a as 1-macro machine with pure additive config-TRs
iam TM32_bbO-m
mtype 1
mmtyp 1
r 1
H 1
mac 0
E 2
sympr
HM 1
date Tue Jul 6 22:12:32 CEST 2010
edate Tue Jul 6 22:12:32 CEST 2010
bnspeed 1
Constructed by: $Id: tmJob.awk,v 1.34 2010/05/06 18:26:17 heiner Exp $
$Id: basics.awk,v 1.1 2010/05/06 17:24:17 heiner Exp $
$Id: htSupp.awk,v 1.14 2010/07/06 19:48:32 heiner Exp $
$Id: mmSim.awk,v 1.34 2005/01/09 22:23:28 heiner Exp $
$Id: bignum.awk,v 1.34 2010/05/06 17:58:14 heiner Exp $
$Id: varLI.awk,v 1.11 2005/01/15 21:01:29 heiner Exp $
bignum signature: LEN={S++:9 U++:9 S+:8 U+:8 S*:4 U*:4} DONT: y i o;
Start: Tue Jul 6 22:12:32 CEST 2010