FabrizioMusacchio / lotka_volterra_equations

This repository contains the code for the blog post on The Lotka-Volterra equations: Modeling predator-prey dynamics. For further details, please refer to this post.

Home Page:https://www.fabriziomusacchio.com/blog/2021-01-05-lotka_volterra_system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotka-Volterra equations

This repository contains the code for the blog post on The Lotka-Volterra equations: Modeling predator-prey dynamics. For further details, please refer to this post.

img

For reproducibility:

conda create -n lotkavolterra -y python=3.9
conda activate lotkavolterra
conda install mamba -y
mamba install -y numpy matplotlib scikit-learn ipykernel

About

This repository contains the code for the blog post on The Lotka-Volterra equations: Modeling predator-prey dynamics. For further details, please refer to this post.

https://www.fabriziomusacchio.com/blog/2021-01-05-lotka_volterra_system/


Languages

Language:Python 100.0%