cscs-530-materials

Model Proposal for [Project Name]

Your Name


Overview

Goal

Provide a short, 1-3 sentence description of the goal of your model and/or the question(s) you hope to answer.


Rationale

Give a short justification of why the overall modeling approach you are taking is appropriate for addressing the question/goal above.


Main Micro-level Processes and Macro-level Dynamics of Interest

Short overview of the key processes and/or relationships you are interested in using your model to explore. From the micro-level processes (i.e. interactions between agents, agents and the environment, etc.), what macro-level, overall emergent dynamics are you interested in examining?

If you wish, you may also include a discussion here of any design concepts from the ODD protocol that you are interested in addressing.


Model

Give a brief overall description of the structure of your model, with a 1-2 sentence overview of the type of model your are using, the general types of agents you are considering, the environment, and how you plan to implement time.

Model diagram: Include an overall model diagram illustrating the general structure of your model, as well as a flowchart illustrating how the model processes will run at each time step.


1) Environment

Give an overall description of the environment in your model. Things to address if they apply:

Be sure to give a complete enough description that we can understand how the environment is structured, how it may change, and how it may interact with your agents (described further below).


2) Agents

Give a more detailed description of the “agents” in the system, addressing their properties, actions, and rules. Specifically, be sure to address:

Each of the above can be (for example) a bulleted list with descriptions, or a table with descriptions, prose format, etc.


3) Model scheduling

Provide a high level, step-by-step description of your schedule during each “tick” of the model (or whatever the equivalent is if you are using a different implementation of time). What does an agent, cell, etc. do on a given turn? Provide a step-by-step description of what happens on a given turn for each part of your model. This can be a good place to include the flowchart diagram mentioned above.

  1. Step 1
  2. Step 2
  3. Etc…


4) Model Parameters and Initialization

Describe and list any global parameters you will be applying in your model.

Describe how your model will be initialized


5) Assessment and Outcome Measures

What quantitative metrics and/or qualitative features will you use to assess your model outcomes?

What analyses do you plan to run, and how will these analyses help you to address the question or goal that you started with?


6) Parameter Exploration

What parameters are you most interested in sweeping through or sampling? What value ranges do you expect to look at for your analysis? How will this help you to answer the question or goal that you started with?


Questions and challenges

Include any questions you have, issues or problems you are encountering, or areas that you would like to get feedback on here! This will help your classmates and me provide useful comments/questions.


Code or Pseudocode

If you have begun to code your model, include a first pass of the code you are using here. If you haven’t started yet, that’s okay! Psedocode is great too—as a first step, you can take the flowchart you made in the previous sections, and start writing pseudocode based on that.