
Newest 'netlogo' Questions - Stack Overflow
Stack Overflow | The World’s Largest Online Community for Developers
How to use list values inside lists in Netlogo - Stack Overflow
Apr 7, 2022 · How to use list values inside lists in Netlogo Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 2k times
NetLogo: the meaning of TO-REPORT explained for dummies?
I have a problem to understand the role of to-report and report in NetLogo, even it seems pretty useful and I can't really find a help written in "human style" language. In NetLogo dictionnary ht...
Netlogo: Nested if/ifelse statements - Stack Overflow
Oct 17, 2019 · Building my first ABM using Netlogo and have a problem involving ifelse statements and how to use them. I'm modelling agents response to flooded properties. The …
netlogo - How to deplete a global variable? - Stack Overflow
Nov 5, 2024 · I need a little guidance on how to completely use a global variable. I have the global variable num-tourists which is a number of how many tourists come to a place. Then, I have …
How to fix "Nothing named ? has been defined" error in NetLogo …
Feb 2, 2019 · I downloaded the modified random clusters code for generating neutral landscape models using the Millington's version of the modified random clusters approach in the NetLogo …
netlogo - Don't Understand Brackets - Stack Overflow
Feb 8, 2024 · I don't really understand the brackets; NetLogo either says I'm missing brackets or need brackets. Whenever I try to add or remove brackets it just says a different one is broken. …
Netlogo - Stop simulation after a certain event - Stack Overflow
Oct 25, 2016 · I want my Netlogo simulation to stop after a certain event (In this case after all the black patches have been converted by turtles into yellow patches). How might I accomplish …
netlogo - How to properly plot variables - Stack Overflow
Jul 3, 2015 · NetLogo recommended practice is to do this in the interface directly rather than in code. So, you could create a plot on the interface with, for example mean [revenue] of turtles …
How do I do a SWITCH or SELECT CASE in NetLogo?
Oct 17, 2021 · NetLogo does not have a native SWITCH, SWITCH-CASE, or SELECT-CASE type of multiple condition, how do I do the same thing without having a giant mess of nested IF …