
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 - How to deplete a global variable? - Stack Overflow
Nov 5, 2024 · This is similar to the "Move Towards Target Example" in the NetLogo library. Functionally, you want to: count the number of remaining tourists. If that number is higher than 15, multiply 10000 …
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: 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 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 …
Python or JavaScript scripting for NetLogo? - Stack Overflow
NetLogo Web (aka Tortoise) is noticeably slower than regular NetLogo, so for high performance and/or large numbers of agents, you're better off with regular NetLogo.
How to loop in NetLogo? - Stack Overflow
Jan 23, 2022 · I have the following problem. I need to loop through the code. However, it doesn't work. Contextualizing the problem: I have 3 files (in .asc) that represent data referring to 3 ages of the …
Netlogo, how to capture values of variables of turtles and add each ...
Aug 11, 2020 · Netlogo, how to capture values of variables of turtles and add each turtles value, map them, and reduce them to a single # Asked 5 years, 5 months ago Modified 5 years, 5 months ago …
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 …