You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soil/examples/rabbits/rabbits.yml

24 lines
387 B
YAML

7 years ago
---
load_module: rabbit_agents
name: rabbits_example
max_time: 1200
7 years ago
interval: 1
seed: MySeed
7 years ago
agent_type: RabbitModel
environment_agents:
- agent_type: RandomAccident
environment_params:
prob_death: 0.001
7 years ago
default_state:
mating_prob: 0.01
7 years ago
topology:
nodes:
- id: 1
state:
gender: female
- id: 0
state:
gender: male
directed: true
links: []