Skip to content

Commit ca3d063

Browse files
committed
PP heatmap
1 parent a0d168f commit ca3d063

4 files changed

Lines changed: 100 additions & 4 deletions

File tree

docs/prompts.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,8 @@ Made large changes to multiple functions. See git commit for details.
569569
### Testing CA class
570570

571571

572-
1. Create a comprehensive testing suite for the CA and PP classes. Test initialization, async update changes, synchronous update changes, prey growth in isolation behavior, predator starvation, parameter evolution and long run dynamics. Also make sur ethe test_viz mehtod works as desired
572+
1. Create a comprehensive testing suite for the CA and PP classes. Test initialization, async update changes, synchronous update changes, prey growth in isolation behavior, predator starvation, parameter evolution and long run dynamics. Also make sur ethe test_viz mehtod works as desired
573+
574+
2. Run a parameter sweep on the PP model and produce a heatmap of predator vs. pred birth rate to identify range of interest for our visualizations.
575+
576+
3.

models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .mean_field import MeanFieldModel
2-
from .CA import CA
2+
from .CA import CA, PP

notebooks/mf.ipynb

Lines changed: 92 additions & 1 deletion
Large diffs are not rendered by default.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ numpy
33
scipy
44
pytest
55
seaborn
6-
black
6+
black
7+
tqdm

0 commit comments

Comments
 (0)