Optimizing Models
Now that you are becoming more comfortable with GAML, it is time to think about how the runtime works, to be able to run some more optimized models. Indeed, if you already tried to write some models by yourself using GAML, you could have noticed that the execution time depends a lot of how you implemented your model!
We will first present you in this part some runtime concepts (and present you the species facet scheduler
), we will then continue with detailed explanation on how to analyse code performances and will finish by showing you some tips to optimize your models (how to increase performances using scheduler, grids, displays and how to choose your operators).