Tagged Questions

Agent-based modeling combines elements of game theory, complex systems, emergence, computational sociology, multi-agent systems, and evolutionary programming.

learn more… | top users | synonyms

8
votes
2answers
694 views

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 ...
8
votes
2answers
393 views

Is OpenCL good for agent based simulation?

I'm learning Scala with the aim of writing agent based simulations using actor concurrency. I currently know very little about OpenCL, and before I dive in can anyone tell me if it is likely to be ...
4
votes
8answers
578 views

“Multi-agent computing” in simple terms

I've encountered the term "multi-agent computing" as of late, and I don't quite get what it is. I've read a book about it, but that didn't answer the fundamental question of what an agent was. Does ...
3
votes
5answers
78 views

Predator-prey simulation

I'm trying to implement a model of predator-prey. It is agent-based model. Every few milliseconds is a new move. On the field there are two types of creatures: predator and prey. The behavior of each ...
3
votes
2answers
73 views

Data Structure for Spatial Agent Based Modeling

What are some good data structures for keeping track of agents in a two-dimensional, spatial simulation? I've seen some references to quadtrees (which I understand) and kd-trees (which I don't ...
3
votes
9answers
564 views

Agent-based modeling resources

I would like to know what kind of toolkits, languages, libraries exist for agent-based modeling and what are the pros/cons of them? Some examples of what I am thinking of are Swarm, Repast, and MASS. ...
1
vote
3answers
168 views

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 ...
1
vote
2answers
57 views

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 ...
1
vote
3answers
159 views

A potential multi-agent system?

For an assignment I have to make a multi-agent system (very open ended, but a short project), something like predator/prey or traffic simulation? It will be written in Jason/Agent speak. I am at a ...
1
vote
1answer
197 views

Agent Based Simulations utilizing the XBOX 360 in C#

What is the best way to design an ABS using the XBOX 360 hardware? Can I follow my standard developing framework methodologies such as domain driven design? Are there frameworks out there that ...
1
vote
1answer
147 views

Using gaming concepts to build user agents for market research purposes

I work for a market research company in the online space. We have been spending all of our cycles for over a year and a half building the next big thing in this space with regards to profiling our ...
0
votes
0answers
14 views

How do private values get assigned to traders in the JCAT agent-based model?

I'm not sure how many folks are familiar with the platform used in the Market Design Competition within the Trading Agent Competition, but I'm trying to redesign how private values get assigned to ...
0
votes
1answer
43 views

log4j error message in repast simphony - batch run

when starting my Repast Simphony Model in Batch run I get this error message: log4j:WARN No appenders could be found for logger (RLFA.society3.run.1.1). log4j:WARN Please initialize the log4j system ...
0
votes
0answers
86 views

Modeling automated agent based negotiation with RepastSimphony

I would like to model an automated agent based negotiation scheme and I would like to chose Repast, since it's convenient to collect statistical information with Repast. The model contains many ...
0
votes
2answers
78 views

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 called ...
-1
votes
2answers
37 views

Is it possible to use Agent Based Modelling tools such as Netlogo to do network simulation (e.g TCP)

I intend to model using this Netlogo. However, I haven't seen any solid reference to using Netlogo for network simulations. I would like to check for simple network parameters like throughput and how ...
-2
votes
1answer
24 views

how to find search technique for evolutionary computing through agent technology?

I am trying to find new search technique for evolutionary computing through Agent technology. I do not have any idea about this and want to implement it. anybody familiar with this? Can anyone suggest ...