swactor/crates/simulation/examples/configs/full_mesh_6.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

12 lines
196 B
TOML

name = "Full Mesh (6 nodes)"
topology = "full_mesh"
num_nodes = 6
num_rounds = 8
ticks_per_round = 4
num_threads = 1
[initial_data]
color = "green"
version = "3"
status = "ok"
region = "us-east"