swactor/crates/simulation/examples/configs/chain_8.toml
Claude 8e18dc4714 refactor: consolidate crates
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-14 00:32:19 +07:00

11 lines
176 B
TOML

name = "Chain (8 nodes)"
topology = "chain"
num_nodes = 8
num_rounds = 20
ticks_per_round = 4
num_threads = 1
[initial_data]
color = "yellow"
version = "1"
status = "pending"