2017-06-20 15:45:43 +00:00
|
|
|
---
|
|
|
|
name: simple
|
2019-04-26 17:22:45 +00:00
|
|
|
group: tests
|
2017-06-20 15:45:43 +00:00
|
|
|
dir_path: "/tmp/"
|
|
|
|
num_trials: 3
|
|
|
|
max_time: 100
|
|
|
|
interval: 1
|
2017-10-17 17:48:56 +00:00
|
|
|
seed: "CompleteSeed!"
|
2017-06-20 15:45:43 +00:00
|
|
|
network_params:
|
|
|
|
generator: complete_graph
|
|
|
|
n: 10
|
|
|
|
network_agents:
|
|
|
|
- agent_type: CounterModel
|
|
|
|
weight: 1
|
|
|
|
state:
|
|
|
|
id: 0
|
|
|
|
- agent_type: AggregatedCounter
|
|
|
|
weight: 0.2
|
|
|
|
environment_agents: []
|
2018-12-04 08:54:29 +00:00
|
|
|
environment_class: Environment
|
2017-06-20 15:45:43 +00:00
|
|
|
environment_params:
|
|
|
|
am_i_complete: true
|
|
|
|
default_state:
|
|
|
|
incidents: 0
|
|
|
|
states:
|
|
|
|
- name: 'The first node'
|
2017-10-17 17:48:56 +00:00
|
|
|
- name: 'The second node'
|