KS-Adaptive Graph Halting / ks_results.json
Mechanism failed
1{
2 "seed": 1021,
3 "certificate_sweep": [
4 {
5 "kappa": 0.05,
6 "predicted_tail_ratio": 0.3684031498640387,
7 "observed_tail_ratio": 0.3684031498640387,
8 "predicted_depth": 6,
9 "observed_depth": 7
10 },
11 {
12 "kappa": 0.15,
13 "predicted_tail_ratio": 0.5313292845913056,
14 "observed_tail_ratio": 0.5313292845913057,
15 "predicted_depth": 10,
16 "observed_depth": 12
17 },
18 {
19 "kappa": 0.3,
20 "predicted_tail_ratio": 0.6694329500821695,
21 "observed_tail_ratio": 0.6694329500821695,
22 "predicted_depth": 17,
23 "observed_depth": 19
24 },
25 {
26 "kappa": 0.5,
27 "predicted_tail_ratio": 0.7937005259840998,
28 "observed_tail_ratio": 0.7937005259840998,
29 "predicted_depth": 29,
30 "observed_depth": 36
31 },
32 {
33 "kappa": 0.7,
34 "predicted_tail_ratio": 0.8879040017426006,
35 "observed_tail_ratio": 0.8879040017426005,
36 "predicted_depth": 58,
37 "observed_depth": 76
38 },
39 {
40 "kappa": 0.85,
41 "predicted_tail_ratio": 0.9472682371859096,
42 "observed_tail_ratio": 0.9472682371859096,
43 "predicted_depth": 127,
44 "observed_depth": 181
45 },
46 {
47 "kappa": 0.95,
48 "predicted_tail_ratio": 0.9830475724915585,
49 "observed_tail_ratio": 0.9830475724915586,
50 "predicted_depth": 404,
51 "observed_depth": 642
52 }
53 ],
54 "boundary_sweep": [
55 {
56 "gamma_times_Lambda": 0.7,
57 "observed_multiplier": 0.7,
58 "predicted_regime": "decay"
59 },
60 {
61 "gamma_times_Lambda": 0.9,
62 "observed_multiplier": 0.9,
63 "predicted_regime": "decay"
64 },
65 {
66 "gamma_times_Lambda": 0.99,
67 "observed_multiplier": 0.99,
68 "predicted_regime": "decay"
69 },
70 {
71 "gamma_times_Lambda": 1.0,
72 "observed_multiplier": 1.0,
73 "predicted_regime": "critical"
74 },
75 {
76 "gamma_times_Lambda": 1.01,
77 "observed_multiplier": 1.01,
78 "predicted_regime": "growth"
79 },
80 {
81 "gamma_times_Lambda": 1.1,
82 "observed_multiplier": 1.1,
83 "predicted_regime": "growth"
84 },
85 {
86 "gamma_times_Lambda": 1.3,
87 "observed_multiplier": 1.3,
88 "predicted_regime": "growth"
89 }
90 ],
91 "gnn": {
92 "kappa": 0.5184,
93 "calibrated_C": 0.05,
94 "certificate_depth": 4,
95 "fixed_depth": 4,
96 "fixed_test_accuracy": 1.0,
97 "adaptive_test_accuracy": 1.0,
98 "adaptive_mean_depth": 5.644444444444445,
99 "work_ratio_adaptive_over_fixed": 1.4111111111111112,
100 "active_nodes_after_each_layer": [
101 600,
102 600,
103 600,
104 232,
105 232,
106 232,
107 232,
108 232
109 ],
110 "validation_errors_by_depth": [
111 0.07777777777777772,
112 0.0,
113 0.0,
114 0.0,
115 0.0,
116 0.0,
117 0.0,
118 0.0,
119 0.0
120 ]
121 }
122}