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.14303578436374664,
"random_mean": 1.9983752965927124,
"true_z": 59.78646469116211,
"descent_retention_diagnostic": 0.9921875,
"descent_from_truth_energy": 0.14248837530612946,
"quenches": [
{
"energy": 0.660956084728241,
"accuracy": 0.14453125
},
{
"energy": 0.5343630909919739,
"accuracy": 0.22265625
},
{
"energy": 0.5359646081924438,
"accuracy": 0.2890625
}
],
"tempering": {
"cold_energy": 0.9028863906860352,
"polished_energy": 0.658560037612915,
"polished_accuracy": 0.0390625,
"best_replica_accuracy": 0.03125
},
"deepest_seen": 0.5343630909919739,
"margin_over_true": 2.7358699668683166,
"passes": true,
"recovery_accuracy": 0.0390625
},
"triangle": {
"true_energy": 0.5067698955535889,
"random_mean": 2.7400286197662354,
"true_z": 255.195556640625,
"descent_retention_diagnostic": 0.984375,
"descent_from_truth_energy": 0.5048935413360596,
"quenches": [
{
"energy": 1.8611385822296143,
"accuracy": 0.03125
},
{
"energy": 1.8056426048278809,
"accuracy": 0.01171875
},
{
"energy": 1.9257917404174805,
"accuracy": 0.00390625
}
],
"tempering": {
"cold_energy": 2.1080431938171387,
"polished_energy": 1.8814276456832886,
"polished_accuracy": 0.01171875,
"best_replica_accuracy": 0.015625
},
"deepest_seen": 1.8056426048278809,
"margin_over_true": 2.563042360390055,
"passes": true,
"recovery_accuracy": 0.01171875
},
"both": {
"true_energy": 0.6498056650161743,
"random_mean": 4.739129543304443,
"true_z": 118.76692199707031,
"descent_retention_diagnostic": 0.984375,
"descent_from_truth_energy": 0.6473819017410278,
"quenches": [
{
"energy": 2.594569206237793,
"accuracy": 0.01171875
},
{
"energy": 2.022465229034424,
"accuracy": 0.3359375
},
{
"energy": 0.7795970439910889,
"accuracy": 0.90234375
}
],
"tempering": {
"cold_energy": 2.8619117736816406,
"polished_energy": 2.2498629093170166,
"polished_accuracy": 0.09765625,
"best_replica_accuracy": 0.0390625
},
"deepest_seen": 0.7795970439910889,
"margin_over_true": 0.19973876185225925,
"passes": true,
"recovery_accuracy": 0.09765625
}
}
}
|