Showing posts with label agent. Show all posts
Showing posts with label agent. Show all posts

Tuesday, February 14, 2012

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 without going accessing these behaviours in random order. How can I implement this random behaviour in jade without using random? Because my supervisor does not like to use Random in Agent behaviour.