Lotka Volterra Equations
https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations
With the default values the simulation will end up with this values:
Vegetation: 28'400
Herbivore: 570
Predator: 75
If available in Hex, the package can be installed
by adding lotka_volterra
to your list of dependencies in mix.exs
:
def deps do
[
{:lotka_volterra, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/lotka_volterra.