mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 07:22:29 +00:00
39 lines
680 B
YAML
39 lines
680 B
YAML
---
|
|
general:
|
|
name: simple
|
|
group: tests
|
|
dir_path: "/tmp/"
|
|
num_trials: 3
|
|
max_time: 100
|
|
interval: 1
|
|
seed: "CompleteSeed!"
|
|
network:
|
|
group:
|
|
network
|
|
params:
|
|
generator: complete_graph
|
|
n: 10
|
|
environment:
|
|
environment_class: Environment
|
|
params:
|
|
am_i_complete: true
|
|
agents:
|
|
default:
|
|
agent_class: CounterModel
|
|
state:
|
|
times: 1
|
|
environment:
|
|
fixed:
|
|
- agent_id: 'Environment Agent 1'
|
|
agent_class: CounterModel
|
|
state:
|
|
times: 10
|
|
network:
|
|
distribution:
|
|
- agent_class: CounterModel
|
|
weight: 1
|
|
state:
|
|
state_id: 0
|
|
- agent_class: AggregatedCounter
|
|
weight: 0.2
|