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

    I understand that 'NetLogo Web' does not support file-read and therefore a work around needs to be done using the extensions [import-a fetch]. In the 'NetLogo Desktop' version I was using "file-...

  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. Python or JavaScript scripting for NetLogo? - Stack Overflow

    The gridworld.py module provides some NetLogo-like functionality. I absolutely love Python, but I'll put in a word for NetLogo: it is more than adequate for most small scale simulations once you get used to …

  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-ELSE …

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

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

  7. 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, 4 months ago Viewed 855 times

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

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

  10. How to Stop a simulation with a button in Netlogo

    Sep 21, 2024 · I have my go function set to forever and I want to create a button that says stop to stop the simulation as i noticed that peers running the model dont press the go button again to stop it. …