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": 397702,
"weights": {
"pair": 1.0,
"triangle": 1.0
},
"gate_a": {
"true": 3.5032243728637695,
"random_mean": 5.019016265869141,
"true_z": 49.941444396972656
},
"gate_b": {
"sampled": 3995,
"improving_fraction": 0.006257822277847309
},
"descent_from_true": {
"accuracy": 0.99609375,
"energy": 3.5025548934936523
},
"descent_from_random": [
{
"accuracy": 0.00390625,
"energy": 4.088680267333984
},
{
"accuracy": 0.001953125,
"energy": 4.028485298156738
},
{
"accuracy": 0.00390625,
"energy": 4.048567771911621
}
],
"verdict": {
"true_energy": 3.5032243728637695,
"best_random_descent": 4.028485298156738,
"counterfeit_found": false,
"descent_keeps": 0.99609375,
"true_z": 49.941444396972656,
"improving_fraction": 0.006257822277847309
}
}
|