1
0
mirror of https://github.com/gsi-upm/soil synced 2024-10-06 06:11:42 +00:00
soil/tests/complete_converted.yml
J. Fernando Sánchez 0a9c6d8b19 WIP: removed stats
2022-09-16 18:14:16 +02:00

50 lines
898 B
YAML

---
version: '2'
general:
id: simple
group: tests
dir_path: "/tmp/"
num_trials: 3
max_time: 100
interval: 1
seed: "CompleteSeed!"
topologies:
default:
params:
generator: complete_graph
n: 10
agents:
default:
agent_class: CounterModel
state:
times: 1
network:
topology: 'default'
distribution:
- agent_class: CounterModel
weight: 0.4
state:
state_id: 0
- agent_class: AggregatedCounter
weight: 0.6
override:
- filter:
node_id: 0
state:
name: 'The first node'
- filter:
node_id: 1
state:
name: 'The second node'
environment:
fixed:
- name: 'Environment Agent 1'
agent_class: CounterModel
state:
times: 10
environment:
environment_class: Environment
params:
am_i_complete: true