
Newest 'netlogo' Questions - Stack Overflow
I'm working with a NetLogo model where my turtles have variables lat and long. I want to assign these variables the corresponding latitude and longitude values based on the coordinate reference system ...
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, 10 months ago Modified 3 years, 10 months ago Viewed 2k times
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 …
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 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 …
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 …
Is NetLogo too slow for big simulations? How can I speed up a …
Jan 5, 2017 · Is NetLogo a good platform for big models (>10,000s of patches, turtles)? How can I speed up a model that runs very slowly?
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, 4 months ago Modified 4 years, 3 months ago Viewed 853 times
java - NetLogo HPC Memory error - Stack Overflow
I'm about 98% sure this has nothing to do with any difference between NetLogo 5.1 and 5.2. There is probably something else different about what you're doing now with 5.2 and what you were doing …
Netlogo let turtles random walk within an area - Stack Overflow
May 17, 2022 · Netlogo let turtles random walk within an area Asked 3 years, 9 months ago Modified 3 years, 9 months ago Viewed 654 times