compare
Run 2-10 named scenarios side by side to identify the highest expected value option, with each scenario's deltas versus the best one.
Instructions
Run 2-10 named scenarios side by side and return the winner plus each scenario's deltas versus the best one. The winner is the scenario with the highest expected value; every entry reports its recommended_action, expected_value, probability_of_loss, and delta_vs_best. Each scenario's request uses the simulate payload shape; runs and seed are forwarded for reproducibility. Use recommend for a ranked recommendation over actions instead. Synchronous deterministic compute; nothing is persisted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runs | No | Scenario count per simulation; forwarded to each run. | |
| seed | No | Simulation seed for reproducible results. | |
| scenarios | Yes | Named scenarios, each {name, request} with request in the simulate payload shape; 2-10 items. |