Questions tagged [multi-agent]

A Multi-Agent System (MAS) is a system composed of multiple interacting intelligent agents within a given environment based on the new paradigm for conceptualizing, designing, and implementing software systems.

A Multi-Agent system (MAS) is a computerized system composed of multiple interacting intelligent agents within an environment based on the new paradigm for conceptualizing, designing, and implementing software systems. Multi-agent systems can be used to solve problems that are difficult or impossible for an individual agent or a monolithic system to solve. Intelligence may include some methodical, functional, procedural or algorithmic search, find and processing approach.

155 questions
-1
votes
1 answer

List of cooperative mutli-agent system probem domains

Is there an online resource that lists cooperative multi-agent system problem domains and perhaps compares them along some dimensions? I can't seem to find one.
Michael Anslow
  • 397
  • 3
  • 12
-2
votes
1 answer

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 me some research papers for me? I searched on…
Rosh
  • 730
  • 2
  • 12
  • 32
-2
votes
1 answer

Is there any open source Asynchronous and Distributed Multi-Agent System (MAS)?

For a research project, I need to create an evolutionary simulation with 100 000 agents. Thus, I am looking for a distributed and asynchronous multi-agent system (MAS). The only project I found is no longer maintained:…
anasdox
  • 629
  • 1
  • 7
  • 15
-2
votes
1 answer

How do intelligent Agents work with data base?

I am working with JADE framework and I want to know is there any way for intelligent agents to work with some kind of data base, where they can read from it and write some information?.. I tried to make a connection between excel (using jxl) and my…
-2
votes
1 answer

CArtAgO "execLinkedOp failed java.lang.IllegalArgumentException: INTERNAL ERROR: Op Exec Context cannot be restored."

I am trying to execute a remote operation, which means, an operation of another CArtAgO artifact. After the execution of the following @LINK operation an exception is occurring: @LINK void reply() throws OperationException { try { …
1 2 3
10
11