-
Notifications
You must be signed in to change notification settings - Fork 99
Pedagogical Materials
This page references a some pedagogical materials, like lessons, exercises, cheat-sheet etc.
A set of exercises for your first step to algorithms using the graphical tool Scratch: PDF.
A summary of the organization of a GAML model, its main parts, and the main keywords, statements: PDF.
This is a set of slides used to introduce GAMA in a practical way to master students in Computer Science. (Only PDF files are provided as the sources can be very heavy. Do not hesitate to ask them if needed).
- Introduction to Agent-Based Modeling and simulation
- Introduction to the GAMA Platform
- A modeling process cycle
-
First steps in GAMA with the Schelling model
- A correction: gama project
-
Introduction of grids in GAMA models with the ChouChevLoup model
- Data file: Environment asc file
-
Introduction of GIS data in GAMA models, using a traffic model
- Data files: Environment files
- A correction: gama project
-
Application exercise: Evacuation of the Phuc Xa district of Hanoi
- Data files: Environment files
A set of exercises going from the building of simple models (opinion diffusion) to training exercises about specific modeling aspects (iterators on containers, scheduling...)
- Keywords: grid, displays, plot, containers, iterators, scheduling.
- Subject: PDF
- A correction: gaml files
From UML diagram, implement a GAMA model simulating the synchronization of fireflies.
Implement the model given in the model description file. The guide file helps you to separate the implementation of the structure of the model, its initialization, its dynamics, and ways to visualize it.
- Keywords: grid, inheritance, displays, plot, 3D.
- Model description: PDF
- Guide: PDF
- A correction: gaml file
Implement an extended version of the Prey-Predator model. It allows you to manipulate grids and inheritance.
- Keywords: grid, inheritance, displays, plot, prey-predator model.
- Detailed model description: PDF
- Data file: Environment asc file
- A correction: gaml file
Implement the segregation Schelling model on an environment (either a grid or a shafile).
- Keywords: grid, GIS data, displays, plot, Graphical modeling, Schelling model.
- Subject: PDF
- Data file: Environment files
- A correction: gaml file
- Keywords: GIS data, graph, skills, moving skill, displays, plot, mobility model.
- Subject: PDF
- Data file: Environment files
- A correction: gaml file
An algorithm-oriented exercise to compute shortest paths on a grid.
- Installation and Launching
- Workspace, Projects and Models
- Editing Models
- Running Experiments
- Running Headless
- Preferences
- Troubleshooting
- Introduction
- Manipulate basic Species
- Global Species
- Defining Advanced Species
- Defining GUI Experiment
- Exploring Models
- Optimizing Model Section
- Multi-Paradigm Modeling
- Manipulate OSM Data
- Diffusion
- Using Database
- Using FIPA ACL
- Using BDI with BEN
- Using Driving Skill
- Manipulate dates
- Manipulate lights
- Using comodel
- Save and restore Simulations
- Using network
- Headless mode
- Using Headless
- Writing Unit Tests
- Ensure model's reproducibility
- Going further with extensions
- Built-in Species
- Built-in Skills
- Built-in Architecture
- Statements
- Data Type
- File Type
- Expressions
- Exhaustive list of GAMA Keywords
- Installing the GIT version
- Developing Extensions
- Introduction to GAMA Java API
- Using GAMA flags
- Creating a release of GAMA
- Documentation generation