agent-based-modeling
Agent-Based Modeling in Java - Animation Question
I\'m creating an agent-based modeling program in Java. I\'m trying to determine the best way to animate the agents.I\'ve seen several examples that use a grid, allowing each agent to occupy only one[详细]
2023-04-04 14:30 分类:问答How do I call a parent procedure's variable in netlogo
In netlogo I have a procedure that calls another procedure. How can I go about getting the value for example, I have two breeds of agents, a hub and a link. A hub has开发者_开发问答 a local variable[详细]
2023-02-10 15:03 分类:问答agent-based simulation: performance issue: Python vs NetLogo & Repast
I\'m replicating a small piece of Sugarscape agent simulation model in Python 3. I found the performance of my code is ~3 times slower than that of NetLogo. Is it likely the problem with my code, or c[详细]
2023-02-08 22:28 分类:问答Is there a programming language oriented to description of interaction between agents?
I want to create different kinds of processes in which agents interact with each other. I want to describe (define, formalize) processes of interaction between agents using a special language. In othe[详细]
2023-01-18 09:13 分类:问答How to convert Objective C textual (po) representation to real object
In xcode you can use po objectto see a textual representation of a given object.Is it possible toconvert from this textual representation to a real objecti开发者_JS百科ve c object?[详细]
2022-12-23 00:38 分类:问答