For faster navigation, this Iframe is preloading the Wikiwand page for NetLogo.

NetLogo

Материал из Википедии — свободной энциклопедии

NetLogo
Класс языка язык программирования и свободное программное обеспечение
Появился в 1999
Автор Uri Wilensky
Выпуск 6.2.2 (декабрь 2021; 2 года назад (2021-12))
Система типов динамическая
Испытал влияние StarLogo, Logo
Лицензия GPL
Сайт ccl.northwestern.edu/netlogo/
ОС Cross-platform (JVM)
Логотип Викисклада Медиафайлы на Викискладе
Симуляция в NetLogo

NetLogo — агентно-ориентированный язык программирования и интегрированная среда разработки.

Пример кода

[править | править код]

Определение нового типа агентов (люди) и присвоение переменной направление каждому из агентов:

breed [people person]
people-own [smer]

Случайное размещение агентов люди в некоторой области:

ask people [setxy random-pxcor random-pycor]

Все агенты люди на красных ячейках будут уничтожены:

 ask people [
    ask patch-here [
      if pcolor = red [
        ask myself [
          die
        ]
      ]
    ]
  ]

Литература

[править | править код]
  • Steven F. Railsback; Volker Grimm. Agent-Based and Individual-Based Modeling: A Practical Introduction (англ.). — Cambridge: Princeton University Press, 2011. — ISBN 978-0-691-13674-5.
  • Britt Anderson. Computational Neuroscience and Cognitive Modeling (неопр.). — London: Sage., 2014. — ISBN 978-1-4462-4930-7.
  • José M. Vidal (2010). Fundamentals of Multiagent Systems Using NetLogo
  • Патаракин Е.Д. Моделирование действий над объектами совместной деятельности в искусственных сообществах NetLogo и StarLogo Nova. Москва: Общество с ограниченной ответственностью "Издательство “Экон-Информ,” 2020. P. 71–78. https://www.elibrary.ru/item.asp?id=44136098
  • Патаракин Е. Д. Агентное моделирование для рефлексии образовательной организации // Искусственные общества. 2018. T. 13. Выпуск 4 . Доступ для зарегистрированных пользователей. URL: http://artsoc.jes.su/s207751800000133-5-1 (дата обращения: 16.11.2018). DOI: 10.18254/S0000133-5-1
  • Evgeny Patarakin (2018) Using agent-based modelling of collaboration for social reflection - http://www.constructionism2018.fsf.vu.lt/ Vilnus
  • Патаракин Е., Ярмахов Б. Б., Буров В.В. Агентное моделирование деятельности внутри вики-систем "Образовательные технологии и общество" 2011, 407 - 422
{{bottomLinkPreText}} {{bottomLinkText}}
NetLogo
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?