sim_param_heatmap
Two-rate grid for a stored model: vary two transition rates over ranges, run each combination to the horizon with the continuous engine, and return the observable's final value as a grid — 'which regime of arrivals × restock keeps the queue empty'. Continuous reading: a model with a schedule or a gate is refused with the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | model id | |
| hours | No | horizon per run (default 8) | |
| param_x | Yes | first transition id | |
| param_y | Yes | second transition id | |
| range_x | Yes | JSON [start, stop, n] for param_x | |
| range_y | Yes | JSON [start, stop, n] for param_y | |
| log_scale | No | space the grid in log10 (default false) | |
| observable | Yes | place id whose final value fills the grid |