1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-20 23:41:41 +00:00
soil/examples/complete.yml

28 lines
489 B
YAML
Raw Normal View History

---
name: simple
2019-04-26 17:22:45 +00:00
group: tests
dir_path: "/tmp/"
num_trials: 3
max_time: 100
interval: 1
2017-10-17 17:48:56 +00:00
seed: "CompleteSeed!"
network_params:
generator: complete_graph
n: 10
network_agents:
- agent_type: CounterModel
weight: 1
state:
state_id: 0
- agent_type: AggregatedCounter
weight: 0.2
environment_agents: []
2018-12-04 08:54:29 +00:00
environment_class: Environment
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'