Vary Legacy TD Patch
td_patch_variationsGenerate variants of a PatchPlan for compatibility and expert workflows. Input a base plan, specify number of variants, optional strategies and seed.
Instructions
(Legacy — prefer td_brain_plan → td_brain_execute; slated for removal in v3.0.) Generate PatchPlan variants for compatibility/expert workflows. For new creative builds, start with td_brain_plan so variants remain grounded in a BrainPlan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of variants | |
| plan | Yes | Base PatchPlan dict to derive variants from | |
| seed | No | RNG seed; None = random | |
| strategies | No | None defaults to ['param_jitter'] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||