11 lines
185 B
TOML
11 lines
185 B
TOML
name = "Partition & Heal"
|
|
topology = "partitioned"
|
|
num_nodes = 800
|
|
num_rounds = 10
|
|
ticks_per_round = 5
|
|
num_threads = 4
|
|
heal_after_round = 5
|
|
|
|
[initial_data]
|
|
color = "blue"
|
|
version = "1"
|