GenDrift P global
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
This model is an example of random selection. It shows that patches that randomly exchange colors converge on a single color. The idea, explained in more detail in Dennett's "Darwin's Dangerous Idea", is that trait drifts can occur without any particular purpose or 'selecting pressure'.
HOW IT WORKS
The model starts with a random distribution of colors. Each patch then randomly picks a patch to copy its color from. (It might randomly choose itself.)
After enough time passes, a color will gain a slight dominance. By statistical advantage, a dominant color becomes more likely to win the entire grid. However, because the process is random, there will usually be many series of dominant colors before one color finally wins. A key aspect is that once a color disappears --- becomes extinct --- it can never reappear.
HOW TO USE IT
Use the COLORS slider to select the number of competing colors.
The SETUP button initializes the model.
The GO button starts it, and runs continuously.
THINGS TO NOTICE
Notice that often a color nearly becomes dominant, yet loses in the end.
EXTENDING THE MODEL
Explore other rules by which patches might randomly influence each other. What does it take for one color to "win out"?
RELATED MODELS
- GenDrift (P local)
- GenDrift (T interact)
- GenDrift (T reproduce)
HOW TO CITE
If you mention this model in a publication, we ask that you include these citations for the model itself and for the NetLogo software:
- Wilensky, U. (1997). NetLogo GenDrift P global model. http://ccl.northwestern.edu/netlogo/models/GenDriftPglobal. Center for Connected Learning and Computer-Based Modeling, Northwestern Institute on Complex Systems, Northwestern University, Evanston, IL.
- Wilensky, U. (1999). NetLogo. http://ccl.northwestern.edu/netlogo/. Center for Connected Learning and Computer-Based Modeling, Northwestern Institute on Complex Systems, Northwestern University, Evanston, IL.
COPYRIGHT AND LICENSE
Copyright 1997 Uri Wilensky.
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
Commercial licenses are also available. To inquire about commercial licenses, please contact Uri Wilensky at uri@northwestern.edu.
This model was created as part of the project: CONNECTED MATHEMATICS: MAKING SENSE OF COMPLEX PHENOMENA THROUGH BUILDING OBJECT-BASED PARALLEL MODELS (OBPML). The project gratefully acknowledges the support of the National Science Foundation (Applications of Advanced Technologies Program) -- grant numbers RED #9552950 and REC #9632612.
This model was converted to NetLogo as part of the projects: PARTICIPATORY SIMULATIONS: NETWORK-BASED DESIGN FOR SYSTEMS LEARNING IN CLASSROOMS and/or INTEGRATED SIMULATION AND MODELING ENVIRONMENT. The project gratefully acknowledges the support of the National Science Foundation (REPP & ROLE programs) -- grant numbers REC #9814682 and REC-0126227. Converted from StarLogoT to NetLogo, 2001.
Comments and Questions
to setup clear-all ask patches [ set pcolor (random colors) * 10 + 5 if pcolor = 75 ;; 75 is too close to another color so change it to 125 [ set pcolor 125 ] ] reset-ticks end to go ask patches [ set pcolor [pcolor] of one-of patches ] tick end ; Copyright 1997 Uri Wilensky. ; See Info tab for full copyright and license.
There are 10 versions of this model.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
GenDrift P global.png | preview | Preview for 'GenDrift P global' | over 11 years ago, by Uri Wilensky | Download |
This model does not have any ancestors.
This model does not have any descendants.