NetLogo


NetLogo is a programming language and integrated development environment for agent-based modeling.

About

NetLogo was designed by Uri Wilensky, in the spirit of the programming language Logo, to be "low threshold and no ceiling". It teaches programming concepts using agents in the form of turtles, patches, links and the observer. 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.
Many scientific articles have been published using NetLogo.
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. NetLogo allows exploration by modifying switches, sliders, choosers, inputs, and other interface elements. Beyond exploring, NetLogo allows authoring new models and modifying extant models.
NetLogo is open source and freely available from the NetLogo website. It is in use in a wide variety of educational contexts from elementary school to graduate school. Many teachers make use of NetLogo in their curricula.
NetLogo was designed and authored by Uri Wilensky, director of Northwestern University's Center for Connected Learning and Computer-Based Modeling.

Other features

In addition to agent-based modeling, NetLogo also includes basic support for dynamic system modeling.

Books

Several books have been published about NetLogo.
Books available in print include:
Books available online include:
, several massive open online courses are being offered that use NetLogo for assignments and/or demonstrations:
NetLogo is free and open-source software, released under a GNU General Public License. Commercial licenses are also available. It is written in Scala and Java and runs on the Java virtual machine. At its core is a hybrid interpreter/compiler that partially compiles user code to JVM bytecode.
NetLogo Web is a version that runs on JavaScript, instead of the JVM, so models may be run in a web browser. It does not have all features of the desktop version.

Examples

A simple multiagent model in NetLogo is the Wolf-Sheep Predation model, which is shown in the screenshot above. It models the population growth of a predator/prey system over time. It has the following characteristics:
HubNet is a technology that uses NetLogo to run participatory simulations in the classroom. 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, which models the economic problem called the tragedy of the commons.

See Also