NetLogo

From Wikipedia, the free encyclopedia
NetLogo
Paradigm(s) multi-paradigm: educational, procedural, agent-based, simulation
Appeared in 1999
Designed by Uri Wilensky
Stable release 5.0.4 (March 19, 2013 (2013-03-19))
Typing discipline dynamic
Influenced by StarLogo, Logo
OS Cross-platform (JVM)
License GPL
Usual filename extensions nlogo, nlogo3d
Website ccl.northwestern.edu/netlogo

    NetLogo is an agent-based programming language and integrated modeling environment.

    About

    NetLogo was designed, in the spirit of the Logo programming language, to be "low threshold and no ceiling". It teaches programming concepts using agents in the form of turtles, patches, "links" and the observer.[1] NetLogo was designed for multiple audiences in mind, in particular: teaching children in the education community, and for domain experts without a programming background to model related phenomena. [2] Many scientific articles have been published using NetLogo.[3]

    The NetLogo environment enables exploration of emergent phenomena. It comes with an extensive models library including models in a variety of domains, such as economics, biology, physics, chemistry, psychology, system dynamics.[4] NetLogo allows exploration by modifying switches, sliders, choosers, inputs, and other interface elements.[5] Beyond exploration, NetLogo allows authoring of new models and modification of existing models.

    NetLogo is freely available from the NetLogo website. It is in use in a wide variety of educational contexts from elementary school to graduate school.[6][7][8][9] Many teachers make use of NetLogo in their curricula.[10]

    NetLogo was designed and authored by Uri Wilensky, director of Northwestern University's Center for Connected Learning and Computer-Based Modeling.[11] Its lead developer is Seth Tisue.[11]

    Books

    A number of books have been published about NetLogo.[12] The books include:

    • Steven F. Railsback; Volker Grimm (2011). Agent-Based and Individual-Based Modeling: A Practical Introduction. Cambridge: Princeton University Press. ISBN 978-0-691-13674-5. 
    • Nigel Gilbert; Klaus G. Troitzch (2005). SIMULATION FOR THE SOCIAL SCIENTIST Second Edition. London: McGraw Hill. ISBN 978-0-335-21600-0. 
    • Uri Wilensky; William Rand (in Press). An introduction to agent-based modeling: Modeling natural, social and engineered complex systems with NetLogo. Cambridge: MIT Press. 

    Online courses

    Several massive open online courses are currently being offered that use NetLogo for assignments and/or demonstrations:

    Technical foundation

    NetLogo is free and open source software, under a GPL license.[13] Commercial licenses are also available. It is written in Scala and Java and runs on the Java Virtual Machine.[14] At its core is a hybrid interpreter/compiler that partially compiles user code to JVM bytecode.[15]

    A version that runs on JavaScript, instead of the JVM, is currently under development.[16]

    User interface

    Examples

    A simple multiagent model in NetLogo is the Wolf-Sheep Predation model,[17] which is shown in the screenshot above. It models the population growth of a predator/prey system over time. It has the following characteristics:

    • There are two breed of turtles, called sheep and wolves.
    • Sheep and wolves move randomly and have limited energy.
    • Wolves and sheep lose energy by moving. If a wolf or sheep has zero energy, it dies.
    • Sheep gain energy by eating grass.
    • Wolves gain energy by eating sheep.
    • Both wolves and sheep can reproduce, sharing energy with their offspring.

    HubNet

    HubNet is a technology that uses NetLogo to run participatory simulations in the classroom.[18] In a participatory simulation, a whole group of users takes part in enacting the behavior of a system. Using an individual device, such as a networked computer or Texas Instruments graphing calculator, each user acts as a separate, independent agent. One example of a HubNet activity is "Tragedy of the Commons",[19] which models the economic problem called tragedy of the commons.

    External links

    References

    1. http://ccl.northwestern.edu/netlogo/docs/programming.html#agents Types of Agents in NetLogo
    2. [Kornhauser]; William Rand; Uri Wilensky (November 15–17, 2007). "Visualization Tools for Agent-Based Modeling in NetLogo". Agent2007. Chicago, IL. Retrieved October 4, 2012. 
    3. http://ccl.northwestern.edu/netlogo/references.shtml
    4. http://ccl.northwestern.edu/netlogo/models/ Models included with NetLogo
    5. http://ccl.northwestern.edu/netlogo/docs/interface.html#interface
    6. lhttp://ccl.northwestern.edu/papers/2011/sengupta2011.pdf
    7. lhttp://ccl.northwestern.edu/papers/2010/BEAGLE-chapter-final-distribute.pdf
    8. lhttp://ccl.northwestern.edu/papers/2009/Blikstein&Wilensky_AnAtomIsKnown.pdf
    9. lhttp://ccl.northwestern.edu/papers/2009/Levy&Wilensky_ConnectedChemistry.pdf
    10. http://ccl.northwestern.edu/courses.shtml
    11. 11.0 11.1 Seth Tisue; Uri Wilensky. "NetLogo: Design and Implementation of a Multi-Agent Modeling Environment". Agent2004. Chicago, IL. Retrieved October 4, 2012 date = October 2004. 
    12. http://ccl.northwestern.edu/netlogo/resources.shtml
    13. http://ccl.northwestern.edu/netlogo/docs/faq.html#license
    14. http://ccl.northwestern.edu/netlogo/faq.html
    15. Forrest Stonedahl; Seth Tisue; Uri Wilensky. "Breeding faster turtles: Progress towards a NetLogo compiler". Agent 2006. Chicago, IL. Retrieved October 22, 2012 date = 2006. 
    16. https://github.com/NetLogo/NetLogo/wiki/Tortoise
    17. http://ccl.northwestern.edu/netlogo/models/WolfSheepPredation Wolf Sheep Predation
    18. http://ccl.northwestern.edu/netlogo/hubnet.html HubNet
    19. http://ccl.northwestern.edu/netlogo/models/HubNetTragedyoftheCommonsHubNet
    This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.