Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 499 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 499 Bytes

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