[go: nahoru, domu]

Jump to content

NetLogo

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ChristophE (talk | contribs) at 08:50, 14 January 2011 (updated program version to 4.1.2). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NetLogo
Paradigmmulti-paradigm: educational, procedural, agent-based, simulation
Designed byUri Wilensky
DeveloperNorthwestern University Center for Connected Learning and Computer-Based Modeling
First appeared1999
Stable release
4.1.2 / December 6, 2010 (2010-12-06)
OSCross-platform (JVM)
LicenseFreeware
Filename extensionsnlogo
Websiteccl.northwestern.edu/netlogo
Influenced by
StarLogo, Logo

NetLogo is a multi-agent 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," that is to enable easy entry by novices and yet meet the needs of high powered users. 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 and many other natural and social sciences. Beyond exploration, NetLogo enables the quick and easy authoring of models.

It is particularly well suited for modeling complex systems developing over time. Modelers can give instructions to hundreds or thousands of independent "agents" all operating concurrently. This makes it possible to explore the connection between the micro-level behavior of individuals and the macro-level patterns that emerge from the interaction of many individuals.

NetLogo has many thousands of active users. It is freely available from the NetLogo website. NetLogo 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 comes bundled with a large library of sample models covering many domains in natural and social science.

NetLogo was designed and authored by Uri Wilensky, director of Northwestern University's Center for Connected Learning and Computer-Based Modeling. Development has been funded by the National Science Foundation and other foundations.

Technical foundation

NetLogo is written in Java and Scala and runs on the Java Virtual Machine. At its core is a hybrid interpreter/compiler that partially compiles user code to JVM bytecode.

References

  • Gilbert, Nigel (2005). SIMULATION FOR THE SOCIAL SCIENTIST Second Edition. London: McGraw Hill . ISBN 978-0335216000. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  • Wilensky, U. (in Press). An introduction to agent-based modeling: Modeling natural, social and engineered complex systems with NetLogo. Cambridge: MIT Press . {{cite book}}: Check date values in: |year= (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)CS1 maint: year (link)

See also