{
  "n_per_depth": 40,
  "depths": [
    2,
    3
  ],
  "budgets": [
    50,
    100,
    200,
    400,
    800,
    1500,
    3000,
    4000
  ],
  "beam": 50,
  "top_p": 8,
  "depth2": {
    "n": 40,
    "monolithic_hidden": 0.325,
    "guided_curve": {
      "50": 0.25,
      "100": 0.275,
      "200": 0.3,
      "400": 0.575,
      "800": 0.575,
      "1500": 0.575,
      "3000": 0.575,
      "4000": 0.575
    },
    "brute_curve": {
      "50": 0.1,
      "100": 0.175,
      "200": 0.2,
      "400": 0.3,
      "800": 0.525,
      "1500": 0.75,
      "3000": 0.825,
      "4000": 0.875
    },
    "guided_final": 0.575,
    "brute_final": 0.875,
    "guided_mean_calls": 158.0,
    "brute_mean_calls": 825.0
  },
  "depth3": {
    "n": 40,
    "monolithic_hidden": 0.125,
    "guided_curve": {
      "50": 0.075,
      "100": 0.15,
      "200": 0.2,
      "400": 0.325,
      "800": 0.35,
      "1500": 0.375,
      "3000": 0.4,
      "4000": 0.4
    },
    "brute_curve": {
      "50": 0.025,
      "100": 0.075,
      "200": 0.175,
      "400": 0.225,
      "800": 0.3,
      "1500": 0.325,
      "3000": 0.4,
      "4000": 0.425
    },
    "guided_final": 0.4,
    "brute_final": 0.425,
    "guided_mean_calls": 350.0,
    "brute_mean_calls": 895.0
  }
}