2017-06-20 15:45:43 +00:00
|
|
|
---
|
2022-09-13 16:16:31 +00:00
|
|
|
version: '2'
|
2022-05-10 14:29:06 +00:00
|
|
|
general:
|
2022-09-13 16:16:31 +00:00
|
|
|
id: simple
|
2022-05-10 14:29:06 +00:00
|
|
|
group: tests
|
|
|
|
dir_path: "/tmp/"
|
|
|
|
num_trials: 3
|
|
|
|
max_time: 100
|
|
|
|
interval: 1
|
|
|
|
seed: "CompleteSeed!"
|
2022-09-13 16:16:31 +00:00
|
|
|
topologies:
|
|
|
|
default:
|
|
|
|
params:
|
|
|
|
generator: complete_graph
|
|
|
|
n: 10
|
|
|
|
another_graph:
|
|
|
|
params:
|
|
|
|
generator: complete_graph
|
|
|
|
n: 2
|
2022-05-10 14:29:06 +00:00
|
|
|
environment:
|
|
|
|
environment_class: Environment
|
|
|
|
params:
|
|
|
|
am_i_complete: true
|
|
|
|
agents:
|
2022-09-13 16:16:31 +00:00
|
|
|
# Agents are split into groups, each with its own definition
|
|
|
|
default: # This is a special group. Its values will be used as default values for the rest of the groups
|
2022-05-10 14:29:06 +00:00
|
|
|
agent_class: CounterModel
|
2022-09-13 16:16:31 +00:00
|
|
|
topology: default
|
2017-06-20 15:45:43 +00:00
|
|
|
state:
|
2022-05-10 14:29:06 +00:00
|
|
|
times: 1
|
|
|
|
environment:
|
2022-09-13 16:16:31 +00:00
|
|
|
# In this group we are not specifying any topology
|
2022-05-10 14:29:06 +00:00
|
|
|
fixed:
|
|
|
|
- agent_id: 'Environment Agent 1'
|
|
|
|
agent_class: CounterModel
|
|
|
|
state:
|
|
|
|
times: 10
|
2022-09-13 16:16:31 +00:00
|
|
|
general_counters:
|
|
|
|
topology: default
|
2022-05-10 14:29:06 +00:00
|
|
|
distribution:
|
|
|
|
- agent_class: CounterModel
|
|
|
|
weight: 1
|
|
|
|
state:
|
2022-09-13 16:16:31 +00:00
|
|
|
id: 0
|
|
|
|
times: 3
|
2022-05-10 14:29:06 +00:00
|
|
|
- agent_class: AggregatedCounter
|
|
|
|
weight: 0.2
|
2022-09-13 16:16:31 +00:00
|
|
|
other_counters:
|
|
|
|
topology: another_graph
|
|
|
|
fixed:
|
|
|
|
- agent_class: CounterModel
|
|
|
|
id: 0
|
|
|
|
state:
|
|
|
|
times: 1
|
|
|
|
total: 0
|
|
|
|
- agent_class: CounterModel
|
|
|
|
id: 1
|
|
|
|
# If not specified, it will use the state set in the default
|
|
|
|
# state:
|