Examples
| Example | Pattern | Best for |
|---|---|---|
| Agent Swarms | Fan-out by values | Parallel agent/model evaluation |
| CMA Optimization | Fan-out by items | Evolutionary optimization |
| ML Training | GPU structured_runner | Model training with progress |
| RL Training | Staged DAG | Multi-stage reinforcement learning |
| Monte Carlo | Chunked fan-out / map_reduce | Simulations and backtests |
| Benchmarking | Benchmark | Named strategy comparison |
Last updated on