Time-Shell Long-Horizon Decoder / results.json
Beats tuned baseline
1{
2 "seed": 7,
3 "mechanism_checks": {
4 "rows": [
5 {
6 "check": "product_identity",
7 "K": 4,
8 "scale": 0.05,
9 "max_abs_log_error": 0.0
10 },
11 {
12 "check": "product_identity",
13 "K": 4,
14 "scale": 0.2,
15 "max_abs_log_error": 2.7755575615628914e-17
16 },
17 {
18 "check": "product_identity",
19 "K": 4,
20 "scale": 0.8,
21 "max_abs_log_error": 5.551115123125783e-17
22 },
23 {
24 "check": "product_identity",
25 "K": 8,
26 "scale": 0.05,
27 "max_abs_log_error": 5.551115123125783e-17
28 },
29 {
30 "check": "product_identity",
31 "K": 8,
32 "scale": 0.2,
33 "max_abs_log_error": 1.1102230246251565e-16
34 },
35 {
36 "check": "product_identity",
37 "K": 8,
38 "scale": 0.8,
39 "max_abs_log_error": 1.1102230246251565e-16
40 },
41 {
42 "check": "product_identity",
43 "K": 32,
44 "scale": 0.05,
45 "max_abs_log_error": 5.551115123125783e-17
46 },
47 {
48 "check": "product_identity",
49 "K": 32,
50 "scale": 0.2,
51 "max_abs_log_error": 2.220446049250313e-16
52 },
53 {
54 "check": "product_identity",
55 "K": 32,
56 "scale": 0.8,
57 "max_abs_log_error": 1.7763568394002505e-15
58 },
59 {
60 "check": "product_identity",
61 "K": 128,
62 "scale": 0.05,
63 "max_abs_log_error": 4.440892098500626e-16
64 },
65 {
66 "check": "product_identity",
67 "K": 128,
68 "scale": 0.2,
69 "max_abs_log_error": 4.440892098500626e-16
70 },
71 {
72 "check": "product_identity",
73 "K": 128,
74 "scale": 0.8,
75 "max_abs_log_error": 1.0658141036401503e-14
76 },
77 {
78 "check": "complexity_exponent",
79 "shell_exponent": 1.0000000000000002,
80 "pairwise_exponent": 2.0000000000000004
81 }
82 ],
83 "complexity": {
84 "shell_exponent": 1.0000000000000002,
85 "pairwise_exponent": 2.0000000000000004
86 },
87 "amplification": [
88 {
89 "K": 8,
90 "shell_normalized_amplification": 0.5625,
91 "dense_amplification": 8.0
92 },
93 {
94 "K": 16,
95 "shell_normalized_amplification": 0.53125,
96 "dense_amplification": 16.0
97 },
98 {
99 "K": 32,
100 "shell_normalized_amplification": 0.515625,
101 "dense_amplification": 32.0
102 },
103 {
104 "K": 64,
105 "shell_normalized_amplification": 0.5078125,
106 "dense_amplification": 64.0
107 },
108 {
109 "K": 128,
110 "shell_normalized_amplification": 0.50390625,
111 "dense_amplification": 128.0
112 },
113 {
114 "K": 256,
115 "shell_normalized_amplification": 0.501953125,
116 "dense_amplification": 256.0
117 }
118 ]
119 },
120 "experiments": {
121 "ballistic": {
122 "shell_mse": 0.0009228337529994802,
123 "pairwise_mse": 0.0009228337403137675,
124 "shell_seconds": 0.004848258999118116,
125 "pairwise_seconds": 0.018316340996534564,
126 "shell_parameters": 160,
127 "pairwise_parameters": 1120
128 },
129 "mixing": {
130 "shell_mse": 0.9994221938341962,
131 "pairwise_mse": 0.9994221955740744,
132 "shell_seconds": 0.007411269994918257,
133 "pairwise_seconds": 0.03540128799795639,
134 "shell_parameters": 160,
135 "pairwise_parameters": 1120
136 }
137 }
138}