The multi-agent tag has no wiki summary.
-1
votes
0answers
13 views
Managing traffic congestion in Urban Areas using Multi-agent systems [closed]
My Final year project of my engineering degree is Managing traffic congestion in Urban Areas using Multi-agent systems. I have read a lot of journals which have already implemented this idea using ...
-1
votes
0answers
22 views
Stock Market Simulation with JADE [closed]
Anyone has used a simple Stock Market Simulation with JADE framework.
I’m looking for sample code to get some idea about the market dynamic simulation with multi-agent platforms.
Can anyone point ...
0
votes
0answers
13 views
Where does UI fit in a Multi Agent system [migrated]
tl;dr
How would I represent GUI as agents in a multi agent system.
I am learning more about Multi Agent Systems.
I like the concepts of such systems, it makes a lot of sense and it sounds very ...
0
votes
1answer
23 views
Emergent Property of JADE agent
We have to demonstrate an agent system for our assignment, we have to demonstrate following agent features
Emergent Property
Adaptability
Butterfly Effect (small change in locally, make ...
0
votes
1answer
40 views
How can I compute the distance between two patches?
I need to find the minimum distance between patches in front of my agent to a certain patch (goal), in order to select the patch that would create the most optimal (shortest) path. The primitive ...
1
vote
1answer
27 views
What is the difference between face and towards?
I have used face in NetLogo without any problems, but isn't towards just the same? (in the context of an agent facing towards the direction of a patch/agent)
towards
towards agent
Reports the ...
3
votes
2answers
138 views
Netlogo, creating obstacle avoidance algorithm
I am simulating pedestrian motion in NetLogo, and am having trouble creating an obstacle avoidance algorithm from scratch. There are algorithms online but they are not suited for moving obstacles ...
0
votes
1answer
62 views
JADE: Scheduling behaviours
I am teaching myself JADE and was wondering whether there is an easy way to schedule behaviours in such a way that one agent behaviour won't be executed until all other agents have previously finished ...
0
votes
0answers
76 views
Multi Agent System architecture [closed]
I'm going to develop a MAS application , but I have no idea about this application architecture. The application is about assisting enterprises with analytic s on managing risks . The users connect to ...
1
vote
1answer
83 views
Simple Prolog implement about multi-agent argumentation
New to logic programming (Prolog). Come across a simple question but dont know how to code it in prolog.
Question is like you have several arguements: argument(a),argument(b)..., and several attack ...
1
vote
1answer
641 views
Sample Application for Multi Agent Systems using Jade?
Could you guide me in any example or sample application with documentation describing how to develop a simple multi agent software?
0
votes
1answer
110 views
Why does this prolog function in my belief base fail to execute in 2apl?
I am writing a multi-agent system in 2APL. In my agent file, I have the following call in a PC-rules function:
B(zoekBod(Location,Destination,Amount,PriceCorrection,PrevOrders,Price));
In a beliefs ...
1
vote
1answer
403 views
Agent's behaviour in Multi-agent systems?
I have request agent and several resource agents in my project. I created a agent application and when I run this application every time I got one result. thats mean I call methods step by step ...
-3
votes
1answer
130 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 ...
-2
votes
1answer
53 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 ...
0
votes
1answer
352 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
133 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 ...
1
vote
4answers
387 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 ...
0
votes
0answers
245 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.
3
votes
4answers
869 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
3answers
270 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 ...
5
votes
9answers
969 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.
...
5
votes
8answers
870 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 ...




