|
From: Michel N. <mic...@gm...> - 2006-12-11 11:08:07
|
Hi, i wanna work on a sahred taxis problem and traffic simulation for a town ; with multi objectif constraints in wich i must satisfy clients demands in real time. I wanna model my problem by using a decentralised approch in wich each taxi optimise its ways trying to satisfaying an economic probem and every client requests. the scenario is : 1 A client call the central. 2 The central sends a broadcast message to the taxis in the geographical zone from wich the client desires to go . 3 The concened taxis will negociate between them for choose the most appropriate one to serve the client; these taxis must negociate directly (and not via the environement as in ant algorithm in wich each ant follows pheromon deposed by other ants) I hope know if it is feasible in repast simphony because in many multi agent platfrom, the communication between agents is not direct and pass via the environement. is it feasible in simphony?? is there any documentation about this subject?? Thank your for your help Michel |