Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing removal of freeze and build #20

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# MacOS nonsense
.DS_Store

Manifest.toml

# quarto

docs/
1 change: 1 addition & 0 deletions 9_experiments_end.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ format:
title-block-banner: true
engine: julia
---

In the previous chapter, we learned how to make networks and run a simulation. We did this for a simple tri-trophic chain where we specified the network with a matrix of ones and zeros, and for a more complex network defined by the niche model where we specified species richness and connectance. We also learned how to visualise the simulations and to collect several metrics about the simulations, including detail on biomass, diversity and stability.

In this tutorial, we are going to learn how to do experiments. We'll learn first how to generate multiple networks and collect information on how network structure impacts our metrics. Then we'll learn how to manipulate parameters in the model, again collecting information on how variation in these parameters impacts our metrics.
Expand Down
Loading