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

22 lines
419 B
YAML

---
load_module: rabbit_agents
name: rabbits_example
max_time: 100
interval: 1
seed: MySeed
agent_type: rabbit_agents.RabbitModel
environment_agents:
- agent_type: rabbit_agents.RandomAccident
environment_params:
prob_death: 0.001
default_state:
mating_prob: 0.1
topology:
nodes:
- id: 1
agent_type: rabbit_agents.Male
- id: 0
agent_type: rabbit_agents.Female
directed: true
links: []