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
|
{
"protocol": "One spectral-start descent per trial, plus one descent started at the truth. A positive gap means the searcher stopped above the truth; zero means it found something the energy cannot distinguish from the truth; negative means the truth is beaten.",
"rows": [
{
"label": "omit-size",
"size": 256,
"energy_gap_found_minus_truth": 0.43996140951295937,
"truth_descends_further_by": 0.0,
"blind_accuracy": 0.049479166666666664,
"verdict": "truth is DEEPER than what is found -- optimiser failure"
},
{
"label": "noise035",
"size": 256,
"energy_gap_found_minus_truth": 0.04761915721057547,
"truth_descends_further_by": 0.0020415746981433114,
"blind_accuracy": 0.88671875,
"verdict": "truth is DEEPER than what is found -- optimiser failure"
},
{
"label": "rank8",
"size": 256,
"energy_gap_found_minus_truth": 0.364986204015837,
"truth_descends_further_by": 0.006232799331109179,
"blind_accuracy": 0.06510416666666667,
"verdict": "truth is DEEPER than what is found -- optimiser failure"
},
{
"label": "synth-full",
"size": 256,
"energy_gap_found_minus_truth": 0.07695912511043244,
"truth_descends_further_by": 0.0005474964148536876,
"blind_accuracy": 0.8828125,
"verdict": "truth is DEEPER than what is found -- optimiser failure"
},
{
"label": "natural-best",
"size": 256,
"energy_gap_found_minus_truth": 0.08529010447794294,
"truth_descends_further_by": 0.16736025860425965,
"blind_accuracy": 0.02734375,
"verdict": "truth is DEEPER than what is found -- optimiser failure"
}
]
}
|