Target-Law Neural Stopping / results.json

Failed on benchmark

Raw ⬇ ZIP
 1{
 2  "checks": {
 3    "constant_hazard_sweep": [
 4      {
 5        "h": 0.2,
 6        "predicted_log_slope": -0.2,
 7        "observed_log_slope": -0.20000000000000043,
 8        "slope_abs_err": 4.163336342344337e-16,
 9        "predicted_expected_time": 2.255941819529868,
10        "observed_expected_time": 2.278576435284501,
11        "time_abs_err": 0.022634615754633103
12      },
13      {
14        "h": 0.5,
15        "predicted_log_slope": -0.5,
16        "observed_log_slope": -0.49999999999999983,
17        "slope_abs_err": 1.6653345369377348e-16,
18        "predicted_expected_time": 1.5537396797031404,
19        "observed_expected_time": 1.592906853975803,
20        "time_abs_err": 0.039167174272662475
21      },
22      {
23        "h": 1.0,
24        "predicted_log_slope": -1.0,
25        "observed_log_slope": -1.0000000000000004,
26        "slope_abs_err": 4.440892098500626e-16,
27        "predicted_expected_time": 0.950212931632136,
28        "observed_expected_time": 0.9985152903808319,
29        "time_abs_err": 0.04830235874869582
30      },
31      {
32        "h": 2.0,
33        "predicted_log_slope": -2.0,
34        "observed_log_slope": -2.0,
35        "slope_abs_err": 0.0,
36        "predicted_expected_time": 0.4987606239116668,
37        "observed_expected_time": 0.5502981144134539,
38        "time_abs_err": 0.051537490501787075
39      }
40    ],
41    "mixture_mass_error": 2.220446049250313e-16,
42    "dt_convergence_sweep": [
43      {
44        "dt": 0.2,
45        "discrete_expected_time": 1.2299544812531347,
46        "continuous_prediction": 1.1366025583882344,
47        "abs_error": 0.09335192286490024
48      },
49      {
50        "dt": 0.1,
51        "discrete_expected_time": 1.1826727841046987,
52        "continuous_prediction": 1.1366025583882344,
53        "abs_error": 0.04607022571646424
54      },
55      {
56        "dt": 0.05,
57        "discrete_expected_time": 1.159486152522684,
58        "continuous_prediction": 1.1366025583882344,
59        "abs_error": 0.022883594134449625
60      },
61      {
62        "dt": 0.025,
63        "discrete_expected_time": 1.148006470471485,
64        "continuous_prediction": 1.1366025583882344,
65        "abs_error": 0.011403912083250534
66      }
67    ]
68  },
69  "mini_experiment": {
70    "target_true_hazard": 0.8,
71    "baseline_feature_mse": 0.32630455493927,
72    "idea_feature_mse": 0.0005478195380419493,
73    "idea_expected_compute_time": 1.1466723680496216,
74    "fixed_budget_compute_time": 3.0,
75    "learned_survival_log_slope": -0.9208830549952483,
76    "training_loss_checkpoints": [
77      0.06528571248054504,
78      0.0008833776810206473,
79      0.0007908896077424288,
80      0.0006629694835282862
81    ],
82    "learned_q_first_last": [
83      0.07538872957229614,
84      0.030840575695037842
85    ]
86  }
87}