Compare two configurations over the same seeds
compare_configsRun paired simulations of two configurations over identical seeded engagements to compare win rates and outcome changes, returning deltas and a plain-language summary for testing doctrine questions.
Instructions
Run two CONFIG variants over the SAME consecutive seed range (a paired experimental design: terrain and emplacement luck cancel out, so a few hundred seeds resolve real effect differences) and return each variant's aggregate statistics, the paired outcome deltas, the seeds whose outcome flipped, and a plain-language summary generated from those numbers. Use it to test doctrine questions, e.g. what happens to win rates when OPFOR adopts EMCON discipline. Max count 500.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Engagement plan. "orbit" (default): one FPV per side holds a forward orbit while the DF nodes build the fix. "tactical": each side pushes a package of one-way strike sorties into a shared objective (OBJ TANTO), its GCS emitting sortie by sortie, while a reserved hunter-killer launches on the fix; can end in the STALEMATE reason packages_expended. Same terrain, sensors and fix math either way; the same seed gives the same emplacement in both modes. | |
| count | Yes | Number of consecutive seeds run under BOTH variants. | |
| label_a | No | Human-readable name for variant A. | |
| label_b | No | Human-readable name for variant B. | |
| config_a | Yes | Variant A overrides (may be {} for the stock configuration). | |
| config_b | Yes | Variant B overrides (may be {} for the stock configuration). | |
| start_seed | Yes | Deterministic engagement seed. The same seed always replays the identical engagement. Featured orbit seeds: 20260719 (standard BLUFOR win), 66 (fast BLUFOR win), 57 (deliberate BLUFOR win), 41 (OPFOR win), 59 (close race, OPFOR). Featured tactical seeds: 12 (standard BLUFOR win), 26 (fast BLUFOR win), 5 (final-push BLUFOR win), 18 (close race, BLUFOR), 41 (OPFOR win), 14 (stalemate). |