{
  "task": {
    "id": "market-101",
    "model": "market",
    "seed": 101,
    "control": {},
    "metric": "volatility",
    "replicates": 12,
    "budget": 8,
    "candidateParams": [
      "lambda",
      "chartFrac",
      "fundFrac"
    ],
    "truth": {
      "param": "chartFrac",
      "value": 0.6,
      "effectOnMetric": "up"
    }
  },
  "log": {
    "taskId": "market-101",
    "model": "market",
    "solver": "adaptive",
    "calls": [
      {
        "kind": "experiment",
        "metric": "volatility",
        "stats": {
          "metric": "volatility",
          "label": "Volatility (return std)",
          "controlMean": 0.002327212795344664,
          "controlCI": [
            0.00212110742919089,
            0.0025333181614984384
          ],
          "treatmentMean": 0.005314292643945888,
          "treatmentCI": [
            0.0020387349205199918,
            0.008589850367371784
          ],
          "deltaPct": 128.35439262694635,
          "test": {
            "name": "Mann-Whitney U (rank-sum)",
            "statistic": 25,
            "p": 0.00726004816156145
          },
          "pAdjusted": 0.1161607705849832,
          "significant": false,
          "effect": {
            "name": "Cliff's delta",
            "value": -0.6527777777777778,
            "magnitude": "large"
          }
        },
        "configA": {},
        "configB": {
          "lambda": 0.04
        }
      },
      {
        "kind": "experiment",
        "metric": "volatility",
        "stats": {
          "metric": "volatility",
          "label": "Volatility (return std)",
          "controlMean": 0.002327212795344664,
          "controlCI": [
            0.00212110742919089,
            0.0025333181614984384
          ],
          "treatmentMean": 0.02553915705202116,
          "treatmentCI": [
            0.004486538611465973,
            0.04659177549257635
          ],
          "deltaPct": 997.4139151825508,
          "test": {
            "name": "Mann-Whitney U (rank-sum)",
            "statistic": 3,
            "p": 0.00007661622348131836
          },
          "pAdjusted": 0.0012258595757010937,
          "significant": true,
          "effect": {
            "name": "Cliff's delta",
            "value": -0.9583333333333334,
            "magnitude": "large"
          }
        },
        "configA": {},
        "configB": {
          "chartFrac": 0.6
        }
      }
    ],
    "claims": [
      {
        "param": "lambda",
        "effect": "none"
      },
      {
        "param": "chartFrac",
        "effect": "up"
      }
    ],
    "submission": {
      "param": "chartFrac",
      "direction": "up"
    },
    "callsUsed": 2,
    "budget": 8
  },
  "score": {
    "taskId": "market-101",
    "model": "market",
    "solver": "adaptive",
    "correctParam": true,
    "correctDirection": true,
    "solved": true,
    "withinBudget": true,
    "callsUsed": 2,
    "budget": 8,
    "efficiency": 0.75,
    "claimValidity": 1,
    "score": 95,
    "notes": []
  }
}