Skip to main content

A MULTI-AGENT ADVANCED TRAVELER INFORMATION SYSTEM FOR OPTIMAL TRIP PLANNING IN ACO-MODAL FRAME WORK












A MULTI-AGENT ADVANCED TRAVELER INFORMATION SYSTEM FOR OPTIMAL TRIP PLANNING IN ACO-MODAL FRAME WORK
ABSTRACT

                              We present an advanced traveller information system (ATIS) for public and private transportation, including vehicle sharing and pooling services. The ATIS uses an agent-based architecture and multi objective optimization to answer trip planning requests from multiple users in a co-modal setting, considering vehicle preferences and conflicting criteria. A teach set of users requests, the transportation network is represented by a co-modal graph that allows decomposing the trip planning problem into smaller tasks. The shortest routes between the network nodes are determined and then combined to obtain possible itineraries. Using multi-objective optimization, the set of user vehicle route combinations according to the users preferences is determined, ranking all possible route agents coalitions.

EXISTINGSYSTEM
                   
                     Information and communication technologies may support the development of advanced tools for passengers allowing the effective integration of transportation modalities. As a result the field of intelligent transportation systems and particularly of Advanced Traveller Information Systems (ATISs) is rapidly growing. An ATIS may be defined as a system providing pre-trip and real time information on departures, routes, and modes of travel. However, the related literature in the field of passengers co-modal transportation services is scarce, showing a need for ATISs supporting sustainability-oriented decisions.

PROPOSEDSYSTEM

                  This paper aims at filling this gap by a multi-agent ATIS for passengers pre-trip planning considering co-modal itineraries with multiple preference criteria, taking into account public and private transportation, and including vehicle sharing and pooling. Users request itineraries to the ATIS, with given (eventually different) origin and destination pairs and arrival/ departure time windows, specifying their preferences by an ordered sequence of criteria. The ATIS matches requests with information in transportation operators databases and chooses transportation means and routes. It provides the routes answering requests and optimizing travel time, travel cost, and gas emissions. To the best of the authors knowledge, no ATIS for trip planning exists in the literature for trip planning both with private and public transport in a co-modal and multi-objective framework i.e., with multiple users and preferences.

HARDWARE REQUIREMENTS
System : Pentium IV 2.4 GHz.
Hard Disk : 40 GB.
Floppy Drive: 1.44 Mb.
Monitor : 15 VGA Colour.
Mouse: Logitech.
Ram : 512 Mb.

SOFTWARE REQUIREMENTS
Operating system : Windows XP/7.
Coding Language : ASP.net, C#.net/java

CONCLUSION

                       We propose a novel Advanced Traveller Information System (ATIS) for co-modal passengers transportation based on a multi-agent system architecture to answer multi-criteria user requests. The multi-agent systems frame work is selected due to its distributed feature that allows decomposing the trip planning problem into multiple simpler tasks. The presented ATIS can satisfy multiple requests with multiple conflicting criteria. We show that if a user changes its criteria preference, the itinerary may change and that this is accentuated for multi-modal paths. Moreover, we show that the ATIS is able to propose solution seven when not all transportation means are available, for instance in case of strikes.

REFERENCE
[1]M.A. Abdel Aty and M.F.Abdalla, “Examination of multiple mode /route-choice paradigms under ATIS,”IEEETrans.Intell.Transp.Syst.,vol.7,no.3,pp.332348,Sep.2006.
[2]J.L.Adler, G. Satapathy, V. Manikonda, B. Bowles, and V.J.Blue, “A multi agent approach to cooperative traffic management and route guidance, ”Transp.Res.B,Methodol.,vol.39,no.4,pp.297–318,2005.
[3]T.A.Arentze,“Adaptive personalized travel information systems: ABayesian method to learn users’ personal preferences in multi modal transport networks, ”IEEETrans. Intell.Transp.Syst.,vol.14,no.4,pp.1957–1966,Dec.2013


Comments

Popular posts from this blog

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search ABSTRACT: In this paper, With advances in geo-positioning technologies and geo-location services, there are a rapidly growing amount of spatiotextual objects collected in many applications such as location based services and social networks, in which an object is described by its spatial location and a set of keywords (terms). Consequently, the study of spatial keyword search which explores both location and textual description of the objects has attracted great attention from the commercial organizations and research communities. In the paper, we study two fundamental problems in the spatial keyword queries: top k spatial keyword search (TOPK-SK), and batch top k spatial keyword search (BTOPK-SK). Given a set of spatio-textual objects, a query location and a set of query keywords, the TOPK-SK retrieves the closest k objects each of which contains all keywords in the query. BTOPK-SK is the batch processing of sets...

A simple and reliable touch sensitive security system CODING

#include <REGX51.H> #include "lcd.c" #define MAX_DELAY() delay(65000) sbit Vibra_Sense=P3^1; sbit Buz=P1^0; void intro() {  lcd_init();  lcd_str("Touch Sensitive ",0x80);  lcd_str("Security System ",0xc0);  MAX_DELAY();MAX_DELAY();  lcd_clr();  }  void main()  { unsigned int i = 0, j= 0; intro();    while(1)    { lcd_str("Security Syst On",0x80); lcd_str("No Vibra Detectd",0xc0); Buz = 1; if(Vibra_Sense == 1) { while(Vibra_Sense == 1) delay(1000); } else { while(Vibra_Sense == 0) delay(1000); } Buz = 0; lcd_str("Vibraton Detectd",0xc0);delay(65000); while(1);    }  }

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud Abstract                                                                                                                                                      ...