mirror of
https://github.com/gsi-upm/soil
synced 2024-11-13 06:52:28 +00:00
17 lines
314 B
YAML
17 lines
314 B
YAML
---
|
|
name: custom-generator
|
|
description: Using a custom generator for the network
|
|
num_trials: 3
|
|
max_steps: 100
|
|
interval: 1
|
|
network_params:
|
|
generator: mymodule.mygenerator
|
|
# These are custom parameters
|
|
n: 10
|
|
n_edges: 5
|
|
network_agents:
|
|
- agent_class: CounterModel
|
|
weight: 1
|
|
state:
|
|
state_id: 0
|