
Newest 'netlogo' Questions - Stack Overflow
Oct 15, 2025 · Stack Overflow | The World’s Largest Online Community for Developers
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...
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: 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 concepts are as follows: …
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 as the plot …
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 my …
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 this? Here is …
Netlogo: How to make a turtle move towards an unique patch target?
Oct 18, 2021 · Netlogo: How to make a turtle move towards an unique patch target? Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 850 times
How to fix "Nothing named ? has been defined" error in NetLogo 6.0.4
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 modeling …
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-ELSE …