// put your names here!
The main goal of this assignment is to create an agent-based model to explore the interactions between a predator species and a prey species in an isolated environment. A second goal is to help you think about what you've learned since the beginning of this semester! You will do this by thinking about and modeling the interactions between coyotes and deer on North Manitou Island (part of Sleeping Bear Dunes National Lakeshore). Note that this is part of the last homework of the semester, and will help you get started on that homework assignment!
Examine the Jupyter notebook for Homework 7, which you can find on the course D2L page. Fundamentally, the question we're trying to answer is how do you model the interactions between two species, including outside influences such as hunters? You're going to do this by developing an agent-based model of the interactions between coyotes, deer, and humans, and you will vary the parameters of the model to examine how the populations change in relation to each other.
Before you do anything else, read through the assignment for Homework 7. In today's class, we want you to think about the information you will need to solve this problem, including the rules that your agents must obey during the simulation. We want you to work with your group to figure out how to solve this problem and turn in joint notes today - however, the assignment that you turn in next week must be entirely your own work!
Spend some time talking to the people at your table and work out the details of your model. In particular, discuss:
Make notes on this in the cell below, or do it using your table's whiteboard. If you use the whiteboard, take a picture and upload it with your notebook. If you want a second whiteboard to work on, please ask your TA!
// put the notes on your model here! (And don't forget to upload any whiteboard pictures!)
Now, use the whiteboard to create pseudo-code that shows how the code will work. Don't worry about syntax - think about writing that code at the flowchart and function level. Take a picture of this pseudo-code and upload it with your notebook! In addition, think about:
// put the notes on your model here! (And don't forget to upload any whiteboard pictures!)
// put your answer here!
// put your answer here!