Skip to main content

Module ecology

Module ecology 

Source
Expand description

Mathematical ecology simulation.

Lotka-Volterra predator-prey, logistic growth, competition models, food webs, migration, evolution, stability analysis, disease, symbiosis. All dynamics are rendered in real time.

Modules§

disease
Disease propagation — SIR/SIS models with spatial spread.
evolution
Evolution simulation — mutation, selection, genetic drift.
food_web
Food web simulation — directed graph of trophic relationships.
migration
Migration patterns — seasonal flow of entity populations.
population
Population dynamics models.

Structs§

Ecosystem
An ecosystem containing multiple interacting species.
Interaction
Interaction between two species.
Species
A species in the ecosystem.
SpeciesTraits

Enums§

InteractionType
TrophicLevel

Functions§

lotka_volterra_example
Create a classic predator-prey ecosystem.