About 50 results
Open links in new tab
  1. 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 …

  2. 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...

  3. 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

  4. 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 …

  5. Netlogo: How to make a turtle move towards an unique patch …

    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

  6. How can I generate observations of a lognormal distribution in …

    Aug 30, 2024 · 3 I have the values of parameters of the lognormal distribution (mu=1.23 and sigma=0.32) that characterize the income of a population. In Netlogo, how can I generate …

  7. 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

  8. 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 …

  9. 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 …

  10. 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 …