score
Simulate a decision to receive a blended evaluation of expected value and probability of loss, including recommended action and breakdown.
Instructions
Run one simulation request (the same payload shape as simulate) and return the decision envelope fields plus a composite score with its breakdown. The score blends the normalized expected value and one minus the probability of loss; scoring_weights tunes the blend (expected_value default 0.6, downside_risk default 0.4). Use simulate when you need the full envelope without scoring, and compare to rank several scenarios. Synchronous deterministic compute; nothing is persisted. Returns recommended_action, expected_value, probability_of_loss, score, and score_breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Simulation request forwarded to POST /v1/score. | |
| scoring_weights | No | Optional expected_value/downside_risk weights. |