1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
{
"protocol": "Closed-form energies over all triples; the decision statistic is the energy of the truth against the deepest state reached by exact steepest descent and batched tempering. Hidden pairs score only.",
"samples": 256,
"energies": {
"pair": {
"true_energy": 0.8608548641204834,
"random_mean": 2.000450849533081,
"true_z": 31.57491683959961,
"descent_retention_diagnostic": 0.54296875,
"descent_from_truth_energy": 0.7223324179649353,
"quenches": [
{
"energy": 0.6222887635231018,
"accuracy": 0.0078125
},
{
"energy": 0.6342048645019531,
"accuracy": 0.01171875
},
{
"energy": 0.7111017107963562,
"accuracy": 0.01953125
}
],
"tempering": {
"cold_energy": 0.9011602997779846,
"polished_energy": 0.7253437638282776,
"polished_accuracy": 0.01171875,
"best_replica_accuracy": 0.01171875
},
"deepest_seen": 0.6222887635231018,
"margin_over_true": -0.277126970573744,
"passes": false,
"recovery_accuracy": 0.01171875
},
"triangle": {
"true_energy": 2.564775228500366,
"random_mean": 3.289971351623535,
"true_z": 42.8607063293457,
"descent_retention_diagnostic": 0.4375,
"descent_from_truth_energy": 2.0342772006988525,
"quenches": [
{
"energy": 1.8566865921020508,
"accuracy": 0.0078125
},
{
"energy": 1.9555362462997437,
"accuracy": 0.00390625
},
{
"energy": 1.981123447418213,
"accuracy": 0.01171875
}
],
"tempering": {
"cold_energy": 2.1917967796325684,
"polished_energy": 1.907092809677124,
"polished_accuracy": 0.00390625,
"best_replica_accuracy": 0.015625
},
"deepest_seen": 1.8566865921020508,
"margin_over_true": -0.276082141050753,
"passes": false,
"recovery_accuracy": 0.00390625
},
"both": {
"true_energy": 3.4256300926208496,
"random_mean": 5.293532371520996,
"true_z": 45.78496170043945,
"descent_retention_diagnostic": 0.44921875,
"descent_from_truth_energy": 2.9768154621124268,
"quenches": [
{
"energy": 2.686788320541382,
"accuracy": 0.00390625
},
{
"energy": 2.6475086212158203,
"accuracy": 0.0078125
},
{
"energy": 2.6194889545440674,
"accuracy": 0.015625
}
],
"tempering": {
"cold_energy": 3.135742425918579,
"polished_energy": 2.6805262565612793,
"polished_accuracy": 0.0078125,
"best_replica_accuracy": 0.00390625
},
"deepest_seen": 2.6194889545440674,
"margin_over_true": -0.23532638267432637,
"passes": false,
"recovery_accuracy": 0.0078125
}
}
}
|