netlogo
Creating a 50 X 50 grid of patches in NetLogo
In NetLogo, I would like to create a specific number of patches 开发者_StackOverflow中文版(e.g. a 50 x 50 grid).[详细]
2023-01-12 15:37 分类:问答NetLogo - What is 1 distance unit in NetLogo?
I am working on traffic simulations using NetLogo for a post graduate project. For turtles to move forward we can specify the number of units it can move e.g. fd 1, which would mean the turtle moves[详细]
2023-01-08 17:15 分类:问答Using the NetLogo API to get turtle coordinates
I am trying to get coordinates for turtles in NetLogo by using the Java API.I have managed to get the workspace loaded and have been using the following code that I made:[详细]
2023-01-07 17:16 分类:问答My ifelse statement's result depends on the actions for true/false?
Currently I am building a route for a truck to drive inside my netlogo-land. When the truck is next to the shop-patch where it should deliver, the truck needs to change its actions.[详细]
2023-01-01 20:44 分类:问答netlogo programming question - catalyst implementation part 2
the catalyst speeds up the reaction but remains unchanged after the reaction has taken place i tried the following code[详细]
2022-12-22 08:33 分类:问答How to create maze walls in NetLogo?
I am trying to create a 5x5 grid with 2 exits and put some walls in it. In other words, I want to create a maze or a labyrinth.[详细]
2022-12-22 07:57 分类:问答NetLogo- how to put balanced chemical equations into a model?
I was wondering if it was possible to put balanced chemical equations into a model - and if so, how to include state symbols in an existing NetLogo model. I have not seen any examples in the models li[详细]
2022-12-22 06:49 分类:问答Netlogo Programming question - Chemical Equilibrium temperature and pressure implementation
I am trying to code something in Netlogo..I am using an existing model Chemical Equilibrium and am trying to implement the following:[详细]
2022-12-21 18:47 分类:问答NetLogo: reading data from input files with variable numbers of lines
I\'ve been running game theory simulations in NetLogo and I now have lots data files, containing cross-tabulated data - each column store a value of a different variable, and there are c. 1000 rows co[详细]
2022-12-20 07:49 分类:问答NetLogo vs. Repast Simphony? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-10 22:47 分类:问答