Some pedagogical materials
Initiation to algorithms with Scratch​
A set of exercices for your first step to algorithms using the graphical tool Scratch: PDF.
Memo GAML​
A summary of the organization of a GAML model, its main parts and the main keywords, statements: PDF.
Exercice (*): Firefly synchronization​
From UML diagram, implement a GAMA model.
- Keywords: grid, displays, plot, synchronization.
- Subject: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Fireflies Exo.pdf?attredirects=0&d=1), [Keynote](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Fireflies Exo.key?attredirects=0&d=1), [PPTX](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Fireflies Exo.pptx?attredirects=0&d=1)
- UML diagrams: asta version
- A model: gaml file
Exercice (*): Firefighter model​
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](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Firefighter - Model description.pdf?attredirects=0&d=1)
- Guide: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Firefighter - Guide.pdf?attredirects=0&d=1), [Keynote](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Firefighter - Guide.key?attredirects=0&d=1), [PPTX](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Firefighter - Guide.pptx?attredirects=0&d=1)
- UML diagrams: asta version
- A model: gaml file
Exercice (**): Wolves, Goats, Cabbages model​
Implement the model given in the model description file. The detailed subject divides the model in 3 steps and contains helps and advices to implement the model.
- Keywords: grid, inheritance, displays, plot, prey-predator model.
- Model description: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Firefighter - Model description.pdf?attredirects=0&d=1)
- Detailed subject: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Coding Practice - subject with notes.pdf?attredirects=0&d=1), [Word](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Coding Practice - subject with notes.docx?attredirects=0&d=1)
- Guide: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Coding Practice.pptx.pdf?attredirects=0&d=1), [PPTX](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Coding Practice.pptx.pptx?attredirects=0&d=1)
- A model: gaml file
Exercice (**): Schelling model​
- Keywords: grid, GIS data, displays, plot, Graphical modeling, Schelling model.
- Subject: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Schelling.pdf?attredirects=0&d=1), [Keynote](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Schelling.key?attredirects=0&d=1), [PPTX](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Schelling.pptx?attredirects=0&d=1)
- A model: gaml file
Exercice (**): Traffic model​
- Keywords: GIS data, graph, skills, moving skill, displays, plot, mobillity model.
- Subject: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Traffic.pdf?attredirects=0&d=1), [Keynote](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Traffic.key?attredirects=0&d=1), [PPTX](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/MISS ABMS 2014 - Traffic.pptx?attredirects=0&d=1)
- A model: gaml file
Exercice (***): Shortest path on grid by distance diffusion​
- Keywords: grid, move, displays, diffusion model, algorithm.
- Subject: [PDF](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Shortest Path on Grid by diffusion.pdf?attredirects=0&d=1), [Word](https://sites.google.com/site/benoitgaudou/teaching/gama-exercices/Shortest Path on Grid by diffusion.docx?attredirects=0&d=1)
- A model: gaml file