preview_experiment
Preview a BehaviorSpace experiment's run plan to verify parameter combinations, total runs, and estimated time before executing.
Instructions
Show the run plan for a BehaviorSpace experiment WITHOUT executing it.
Use this before run_experiment to verify the parameter combinations,
total runs, and rough time estimate. Two modes:
By name: pass
experiment_name(must match a saved experiment in the model file). The other args are ignored.Inline: omit
experiment_nameand passmetrics+ (optionally)variables,repetitions,time_limit,setup_commands,go_commands,stop_condition.
Returns JSON with the resolved spec, total_runs, and a coarse
estimated_seconds_lower_bound derived from time_limit × total_runs
assuming roughly 1k ticks/s per run (real models are usually slower).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | ||
| variables | No | ||
| model_path | No | ||
| time_limit | No | ||
| go_commands | No | go | |
| repetitions | No | ||
| setup_commands | No | setup | |
| stop_condition | No | ||
| experiment_name | No | ||
| sequential_run_order | No | ||
| run_metrics_every_step | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |