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
|
{
"protocol": "Pairwise-plus-triangle energy on moment set-kernel fields; triples sampled from node indices only. Hidden pairs score orderings.",
"samples": 512,
"triples": 397717,
"weights": {
"pair": 1.0,
"triangle": 1.0
},
"gate_a": {
"true": 3.4914278984069824,
"random_mean": 5.00956916809082,
"true_z": 47.65149688720703
},
"gate_b": {
"sampled": 3991,
"improving_fraction": 0.010273114507642195
},
"descent_from_true": {
"accuracy": 0.99609375,
"energy": 3.489436149597168
},
"descent_from_random": [
{
"accuracy": 0.001953125,
"energy": 4.033748626708984
},
{
"accuracy": 0.001953125,
"energy": 4.178220748901367
},
{
"accuracy": 0.00390625,
"energy": 3.984799861907959
}
],
"verdict": {
"true_energy": 3.4914278984069824,
"best_random_descent": 3.984799861907959,
"counterfeit_found": false,
"descent_keeps": 0.99609375,
"true_z": 47.65149688720703,
"improving_fraction": 0.010273114507642195
}
}
|