Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
8answers
577 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
4answers
438 views

Multi-agent system in C++ code design

I have a simulation written in C++ in which I need to maintain a variable number of agents, and I am having trouble deciding how to implement it well. Every agent looks something similar to: class ...
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
4answers
160 views

Multi-Agent system application idea

I need to implement a multi-agent system for an assignment. I have been brainstorming for ideas as to what I should implement, but I did not come up with anything great yet. I do not want it to be a ...
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 ...
0
votes
1answer
135 views

Design Pattern, Multi agent system, Robotics

A short description: There is 5 robots, and each robot runs a program named "Planner". Each robot has a post, and they must do a task(select it from many tasks) according to that post. the main loop ...
0
votes
0answers
73 views

Selecting appropriate logic programming language [closed]

In my research I need to use a logic programming in Multiagent system simulation. I need to select a language and simulation/visualization environment for my experiment. I was thinking of using pyke ...
0
votes
0answers
100 views

Java + Jess Cleaner Intelligent Agent

I need an example of a multi-agent system that simulates a vacuum-cleaner. Does anyone have some links in regard to this subject ? Thx.
-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 ...
-3
votes
1answer
68 views

modeling a human memory? [closed]

i am doing research on modeling a human memory using multi-agent technology and genetic algorithm as my final year project. But still I do not have any idea about how to present it to audience. I ...