run_showcase
LIVE experiment — run a bottling-line demo against the real ReliaSim engine with parameters you choose, and get its verbatim run envelope (metadata, execution stats, metrics, details). This is the only tool that COMPUTES fresh output: dial duration_days (or buffer capacities on the bs4 demos) and see the real numbers for that exact configuration. IMPORTANT: a run_showcase result is NOT a verified reference number — it is live output for the parameters you passed. Label it as an experiment result, not a canonical figure, and don't blend it with the curated reference numbers. For the canonical, verified OEE/throughput/bottleneck values use find_bottleneck / run_gain_loss / run_buffer_tradeoff instead. Quote any figures verbatim; do not round, average, or derive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| knobs | No | Optional parameters as a map of name:number. All eight demos accept `duration_days` (run length, 7–90 days). The two Buffer-Options demos also accept buffer capacities: bs4-ct → `buffer_capacity_b3` / `buffer_capacity_b4` / `buffer_capacity_b5`; bs4-leds → `buffer_capacity_b2` / `buffer_capacity_b3` / `buffer_capacity_b4` (each 0–10000 units). Unknown names are rejected; out-of-range values are clamped to the allowed range by the engine. | |
| demo_id | Yes | Which bottling-line demo to run live. Same eight ids as the curated tools (bs1-ct … bs4-leds). |