About 2,440,000 results
Open links in new tab
  1. Newest 'netlogo' Questions - Stack Overflow

    Oct 15, 2025 · 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, 8 months ago Modified 3 years, 8 months ago Viewed 2k times

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

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

  5. netlogo - Multiple or conditions within if command - Stack Overflow

    Mar 3, 2021 · I am trying to direct turtles towards a cone of patches if total chemical level in the cone is greater than regular chemical on either side of the turtle. However, my code involves multiple or cond...

  6. Set Turtle to Specific Grid Location - NetLogo - Stack Overflow

    Sep 21, 2021 · Set Turtle to Specific Grid Location - NetLogo Asked 4 years, 3 months ago Modified 4 years, 3 months ago Viewed 580 times

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

  8. netlogo - ITEM expected input to be a string or list but got the number ...

    Mar 9, 2021 · I am trying to make a model in netlogo that can simulate various versions of langton's ant. I have the basic code already (which is not polished up yet, apologies for that). from a chooser in the

  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. netlogo - Why is net logo showing a runtime error using with …

    Dec 31, 2022 · NetLogo does not perform type inference and the ? at the end of such primitives is a convention to indicate to the reader of the code that it is a boolean type, but not a language feature. …