artificial intelligence - Emergent Property of JADE agent -


we have demonstrate agent system our assignment, have demonstrate following agent features

  1. emergent property
  2. adaptability
  3. butterfly effect (small change in locally, make global huge change)

we going use jade agent development platform, developed basic agents, unable implement above behaviours agents. can have idea of how ?

you can implement mas based on ant colony heuristic find shortest path origin target. each ant modeled agent. communicate each other through pheromone exchange. ants' goal find target. emergent property mas finding shortest path between source , target, not explicit goal each agent - emergent behavior of mas whole. can change environment (e.g. terrain or put obstacles) , ants still must able find target , converge new shortest path. small change in pheromone evaporation rate can destroy communication system; therefore, mas not able find shortest path.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -