Datasets:
CharlesCNorton commited on
Commit ·
aa9c0d4
1
Parent(s): 4e274ae
Add entropy_bits and reachable_outputs columns
Browse files- README.md +9 -0
- omega_tensor.parquet +2 -2
README.md
CHANGED
|
@@ -37,6 +37,10 @@ dataset_info:
|
|
| 37 |
dtype: float64
|
| 38 |
- name: max_cycle
|
| 39 |
dtype: int64
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
splits:
|
| 41 |
- name: train
|
| 42 |
num_examples: 38416
|
|
@@ -72,6 +76,8 @@ Exhaustive enumeration of all 1,679,616 programs of length 8 for every possible
|
|
| 72 |
| coupling | str | Register coupling type: bidirectional, one-way, or none |
|
| 73 |
| avg_cycle | float | Mean cycle length among non-halting programs |
|
| 74 |
| max_cycle | int | Maximum cycle length among non-halting programs |
|
|
|
|
|
|
|
| 75 |
|
| 76 |
## Statistics
|
| 77 |
|
|
@@ -81,6 +87,9 @@ Exhaustive enumeration of all 1,679,616 programs of length 8 for every possible
|
|
| 81 |
- Total programs executed: 64,527,984,256 (38,416 x 1,679,616)
|
| 82 |
- Avg cycle length range: [23.4, 216.1] (mean 116.2)
|
| 83 |
- Max cycle length: 255 for all ISAs
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
## Extremes
|
| 86 |
|
|
|
|
| 37 |
dtype: float64
|
| 38 |
- name: max_cycle
|
| 39 |
dtype: int64
|
| 40 |
+
- name: entropy_bits
|
| 41 |
+
dtype: float64
|
| 42 |
+
- name: reachable_outputs
|
| 43 |
+
dtype: int64
|
| 44 |
splits:
|
| 45 |
- name: train
|
| 46 |
num_examples: 38416
|
|
|
|
| 76 |
| coupling | str | Register coupling type: bidirectional, one-way, or none |
|
| 77 |
| avg_cycle | float | Mean cycle length among non-halting programs |
|
| 78 |
| max_cycle | int | Maximum cycle length among non-halting programs |
|
| 79 |
+
| entropy_bits | float | Shannon entropy of the output distribution (bits) |
|
| 80 |
+
| reachable_outputs | int | Number of distinct outputs produced by halting programs |
|
| 81 |
|
| 82 |
## Statistics
|
| 83 |
|
|
|
|
| 87 |
- Total programs executed: 64,527,984,256 (38,416 x 1,679,616)
|
| 88 |
- Avg cycle length range: [23.4, 216.1] (mean 116.2)
|
| 89 |
- Max cycle length: 255 for all ISAs
|
| 90 |
+
- Output entropy range: [0.80, 5.44] bits (mean 2.50)
|
| 91 |
+
- Reachable outputs: [9, 211] / 256 (mean 53.7)
|
| 92 |
+
- Outputs reachable by ALL ISAs: 9
|
| 93 |
|
| 94 |
## Extremes
|
| 95 |
|
omega_tensor.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07208b99c3591c4c55940f011e32c8882cef6acefd8400543065cb849a0c5341
|
| 3 |
+
size 173824
|