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

31 lines
532 B
YAML
Raw Normal View History

2019-04-26 17:22:45 +00:00
---
sampler:
method: "SALib.sample.morris.sample"
N: 10
template:
2019-04-26 17:22:45 +00:00
group: simple
num_trials: 1
interval: 1
max_time: 2
seed: "CompleteSeed!"
dump: false
network_params:
generator: complete_graph
n: 10
network_agents:
- agent_type: CounterModel
weight: "{{ x1 }}"
2019-04-26 17:22:45 +00:00
state:
id: 0
- agent_type: AggregatedCounter
weight: "{{ 1 - x1 }}"
2019-04-26 17:22:45 +00:00
environment_params:
name: "{{ x3 }}"
2019-04-26 17:22:45 +00:00
skip_test: true
vars:
bounds:
x1: [0, 1]
x2: [1, 2]
fixed:
x3: ["a", "b", "c"]