Tangential Bellman Tie Resolver / results.json
Failed on benchmark
1{
2 "seed": 2137,
3 "contraction": {
4 "beta": 0.73,
5 "operator_ratio": 0.14484610436506878,
6 "max_error_over_bound": 1.0,
7 "iteration_ratios": [
8 0.49699735849942095,
9 0.7098904435991686,
10 0.7246338853809006,
11 0.7286066687506015,
12 0.7293810555255131,
13 0.7299559137699477,
14 0.7299816895950857,
15 0.7299953759513956
16 ],
17 "predicted_ratio_upper": 0.73,
18 "beta_sweep": [
19 {
20 "beta": 0.2,
21 "late_error_ratio": 0.19999949182236532,
22 "predicted_upper": 0.2
23 },
24 {
25 "beta": 0.5,
26 "late_error_ratio": 0.49999987234946053,
27 "predicted_upper": 0.5
28 },
29 {
30 "beta": 0.8,
31 "late_error_ratio": 0.7999999334004158,
32 "predicted_upper": 0.8
33 },
34 {
35 "beta": 0.95,
36 "late_error_ratio": 0.94999998451705,
37 "predicted_upper": 0.95
38 }
39 ]
40 },
41 "scaling": {
42 "tie_spread": 0.0,
43 "Ns": [
44 20,
45 50,
46 100,
47 200
48 ],
49 "tau_rule": "0.35/N (kappa=d=1)",
50 "resolver_widths": [
51 0.038456977879954085,
52 0.015382791151981554,
53 0.0076913955759911135,
54 0.0038456977879952553
55 ],
56 "resolver_width_times_N": [
57 0.7691395575990817,
58 0.7691395575990777,
59 0.7691395575991113,
60 0.7691395575990511
61 ],
62 "predicted_width_times_N_constant": true,
63 "normalized_curve_max_deviation": 6.350475700855895e-14,
64 "baseline_noisy_argmin_widths": [
65 0.13310480302212632,
66 0.13310480302212632,
67 0.13310480302212632,
68 0.13310480302212632
69 ],
70 "baseline_width_times_N": [
71 2.6620960604425266,
72 6.655240151106316,
73 13.310480302212632,
74 26.620960604425264
75 ],
76 "predicted_baseline_width_N_scaling": "constant width, hence width*N grows linearly",
77 "direct_noisy_selection": {
78 "perturbation": 0.03,
79 "noise_sigma": 0.06,
80 "baseline_hard_best_branch_frequency": 0.20774,
81 "resolver_soft_probability_best_branch": 0.2256278984947523
82 }
83 }
84}