swactor/crates/simulation/examples/configs/partitioned_800_heal.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
197 B
TOML

name = "Partition & Heal (100 nodes)"
topology = "partitioned"
num_nodes = 100
num_rounds = 10
ticks_per_round = 5
num_threads = 4
heal_after_round = 5
[initial_data]
color = "blue"
version = "1"