About 50 results
Open links in new tab
  1. Newest 'netlogo' Questions - Stack Overflow

    Stack Overflow | The World’s Largest Online Community for Developers

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

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

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

  5. 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: …

  6. NetLogo Debugging - Stack Overflow

    Aug 25, 2015 · NetLogo being interactive makes debugging easy, but I yet to find any tools available for setting breakpoints and stepping through code. Please guide me if such exist. Or I can achieve the …

  7. 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. Code just …

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

  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 ages of the …

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