Comment: This TM produces 4 ones in 6 steps. Comment: Taken (cited) from P.Michel
| State | on 0 |
on 1 |
on 0 | on 1 | ||||
|---|---|---|---|---|---|---|---|---|
| Move | Goto | Move | Goto | |||||
| A | 1RB | 1LB | 1 | right | B | 1 | left | B |
| B | 1LA | 1RH | 1 | left | A | 1 | right | H |
The same TM just simple.
The same TM with repetitions reduced.
The same TM with tape symbol exponents.
The same TM as 1-macro machine.
Simulation is done 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 0 1 <A 1
3 3 -1 <B 12
4 4 -2 <A 13
5 5 -1 1 B> 13
6 6 0 12 H> 12
6 6 0 12 H> 12 [stop]
Lines: 8
Top steps: 6
Macro steps: 6
Basic steps: 6
Tape index: 0
ones: 4
log10(ones ): 0.602
log10(steps ): 0.778
Run state: stop
Input to awk program:
gohalt 1
T 2-state Busy Beaver (by T.Rado)
: 4 6
C Taken (cited) from P.Michel
5T 1RB 1LB 1LA 1RH
L 6
M 201
pref sim
machv TM22_bb just simple
machv TM22_bb-r with repetitions reduced
machv TM22_bb-1 with tape symbol exponents
machv TM22_bb-m as 1-macro machine
machv TM22_bb-a as 1-macro machine with pure additive config-TRs
iam TM22_bb-a
mtype 1
mmtyp 3
r 1
H 1
mac 0
E 2
sympr
HM 1
date Tue Jul 6 22:12:31 CEST 2010
edate Tue Jul 6 22:12:31 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:31 CEST 2010