Top 10 NetLogo Models Every Researcher Should Try
-
Wolf-Sheep Predation
- Focus: predator–prey dynamics using simple rules for wolves and sheep.
- Why try it: classic Lotka–Volterra behavior; excellent for learning population oscillations, parameter tuning, and visualization.
- Key experiments: vary reproduction and hunting rates; measure population cycles and extinction probability.
-
Sugarscape
- Focus: resource distribution, wealth inequality, and migration on a heterogeneous landscape.
- Why try it: demonstrates emergent socioeconomic patterns from simple agent rules.
- Key experiments: test different agent vision/ metabolism, initial resource distributions, and trade rules.
-
Fire Model
- Focus: spread of fire across a landscape with probabilistic ignition and fuel load.
- Why try it: useful for spatial processes, percolation thresholds, and risk assessment.
- Key experiments: adjust tree density, wind bias, and moisture to observe critical transitions.
-
Segregation (Schelling Model)
- Focus: residential segregation emergent from mild agent preferences.
- Why try it: clear demonstration of how local preferences produce large-scale patterns; pedagogical favorite.
- Key experiments: vary tolerance thresholds, vacancy rates, and neighborhood definitions.
-
Ant Foraging
- Focus: decentralized path formation via pheromone deposition and evaporation.
- Why try it: models collective problem-solving and optimization; relevant to robotics and logistics.
- Key experiments: change pheromone evaporation rate, forager numbers, and obstacle layouts.
-
Virus on a Network
- Focus: disease spread across social or contact networks with SIR/SIS dynamics.
- Why try it: link agent-based models to epidemiology and network theory.
- Key experiments: compare outbreaks on random, scale-free, and small-world networks; test vaccination strategies.
-
Traffic Basic
- Focus: vehicle movement on roads with simple rules causing jams and flow patterns.
- Why try it: study collective dynamics, capacity, and effects of driver behavior.
- Key experiments: vary car density, acceleration/braking rules, and introduce bottlenecks.
-
Mindscape (Opinion Dynamics)
- Focus: how individual interactions shape opinion formation and polarization.
- Why try it: explore consensus formation, influence, and role of stubborn agents.
- Key experiments: add media influence, adjust confidence bounds, and seed influencers.
-
Markets (Simple Trading Model)
- Focus: price formation from buy/sell behaviors, supply/demand, and bounded rationality.
- Why try it: connects micro-level agent choices to macro-level market behavior.
- Key experiments: test different trading rules, information lags, and agent heterogeneity.
-
Evolutionary Ecology (Island Model)
- Focus: species adaptation, competition, and speciation across patches or islands.
- Why try it: combines mutation, selection, and migration; useful for studying biodiversity patterns.
- Key experiments: alter migration rates, mutation size, and habitat heterogeneity.
How to use these models effectively
- Reproduce: Run the original model first to understand baseline behavior.
- Parameter sweeps: Systematically vary key parameters and record outcomes.
- Replicate & extend: Modify rules or interfaces to test new hypotheses.
- Document: Keep clear notes on settings, random seeds, and results for reproducibility.
Leave a Reply