SlideShare a Scribd company logo
1 of 9
Download to read offline
TELKOMNIKA, Vol.16, No.3, June 2018, pp. 1208~1216
ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013
DOI: 10.12928/TELKOMNIKA.v16i3.7268  1208
Received September 12, 2017; Revised April 1, 2018; Accepted April 25, 2018
Generating Travel Itinerary Using Ant Collony
Optimization
Z.K. Abdurahman Baizal*, Aniq A Rahmawati, Kemas M Lhaksmana, Moh Z Mubarok,
M. Qadrian
Department of Computational Science, Faculty of Informatics, Telkom University
Bandung, Indonesia, telp/fax +62-22-7564108
*Corresponding author, e-mail: baizal@telkomuniversity.ac.id
1
, aniqatiqi@telkomuniversity.ac.id
2
,
kemasmuslim@telkomuniversity.ac.id
3
, muhammad.zidni.mubarok@gmail.com
4
,
pumphead16@gmail.com
5
Abstract
Travelling is one of the activities needed by everyone to overcome weariness. The number of
information about the tourism destination on the internet sometimes does not provide easiness for
oncoming tourists. This paper proposes a system capable of making travel itinerary, for tourists who want
to visit an area within a few days. For generating itinerary, the system considers several criterias (Multi -
criteria-based), which include the popularity level of tourist attractions to visit, tourist visits that minimize
budgets or tourist visits with as many destinations as possible.To handle multi criteria-based itinerary, we
use the conceptof multi attribute utility theory (MAUT). The running time of multi criteria-based itinerary is
not significantly different from time-based itinerary. In addition, the number of tourist attractions in the
itinerary is more than time-based itinerary,because the combination of solutions from each ant becomes
more diverse.
Keywords:travel itinerary,ant colony, E-tourism,travelling salesman problem,travel scheduling,travel
recommender system
Copyright © 2018 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Tourism is an important sector in Indonesia because it is able to introduce Indonesia in
the international arena and generate a lot of foreign exchange. Indonesia has many tourism
potentials, and Bali is the first tourist destination in Indonesia. Vihikan et al [1] has developed a
method for predicting the number of tourists coming to Bali by using the recurrent neural
network, to assist the government in determining the tourism strategy. Besides Bali, Bandung is
also one of the leading tourist destination in Indonesia, so we take Bandung as the domain of
the our system. In recent years, more and more tourists decide that Bandung city as a tourist
attraction because Bandung has interesting and varied sites than other cities around. Not only
offers the beauty of nature, the potential of local wisdom is able to attract the attention of
tourists. Bandung tourism development also continues to be done not only physical
improvements, but also the ease of information systems that can facilitate the tourists to look for
everythings related to tourist destination so that information on the internet about tourist
attractions in Bandung is increasingly found and continues to grow.
Lee et al [2], has created a system that can recommend tourist attractions in Taiwan
and make a route from recommended tourist attractions, T. Q. Le and D. Pishva [3], make a
recommendation of a tourist route in Tokyo, Osaka, Kyoto based on weather prediction, ongoing
events and tourist‟s budget. Ardissono, Liliana, et al [4], make a recommendation of tourist
attractions based on user‟s age. Pieter Vansteenwegen et al [5], made a route recommendation
with regard to Point of Interest such as museums, churches, parks as reference in
recommending tourist routes at Belgium for a few days. Meanwhile, B Rodríguez et al [6] uses
Multi-Objective Metaheuristic using an Adaptative Memory Procedure (MOAMP) as the basis for
selecting a tourist attraction. However, from the researchs mentioned above, there has no
development of the system of tourism itinerary generation by considering some criteria of user
need. Furthermore, this paper proposes a model for generating a travel itinerary, for a few days
visit. The criterias (multi criteria) are: 1). Number of tourist attraction as much as possible, 2).
TELKOMNIKA ISSN: 1693-6930 
Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal)
1209
Popular tourist attractions (high rating), 3). Itinerary that minimizes budget. Currently, many
models have been developed to build the travel itinerary by referring to the problem of finding
the solution of the traveling salesman problem (TSP). The ant colony algorithm proved to be
reliable in solving combinatorial problems [7-8], especially TSP [9]. Liu, Xiao-jun et al [10], also
uses ant-colony for planning-process optimization of a machine so that less cost is needed. We
use ant colony algorithm for generating this itinerary, by considering some constraints, such as
open and closing hours of each tourist sites and the average of visiting time of travelers at each
destination. The three criterias of user need are considered as user preferences, and the
itinerary is generated according to these three criterias by utilizing multi attribute utility theory
(MAUT) concept.
2. The Multi Criteria Case for Generating Itinerary
In our proposed model, itinerary is generated based on user preferences, in the form of
three criteria as discussed in section 1. We use the Multi-Attribute Utility Theory (MAUT)
concept to accommodate this multi-criteria case. According to Schaafer and Ralph [11], MAUT
is a way of finding the value of a product by considering each attribute of the product and the
priority scale of the attribute. Bichler et al [12] use MAUT to predict the winner in an auction.
Meanwhile, Torrance et al [13] use MAUT to measure one‟s health status based on his daily life.
Suppose an object will be evaluated using MAUT, so the evaluation can be formulated by,
   

n
i
ii xvwxu
1
(1)
Value )(xu is an evaluation (utility value) of a tourist object, iw is a coefficient used as a priority
measure or Degree of Interest (DOI) of an attributei ,  1iw , whereas )(xvi is the actual
value of the attribute i of a object (For example: rating value or travel time). For example: the
rating of x object is 0.8 (normalized), budget is 1.0 (normalized) and its travel time is 0.2
(normalized), with DOI of the rating is 0.6, the DOI of budget is 0.2 and the DOI of travel time is
0.2. Hence, then the utility value of x:
budgetdoidistancedoiratingdoixu budgetdistancerating )( (2)
In calculating utility values, it is necessary to normalize the value of each atribute, in order to
equalize the value range of an attribute, as formulated below,
minmax
min
XX
XX
Xnorm


 (3)
The notation X represents the value of an attribute, minX is the minimum value of attribute X in
the data, maxX is the maximum value of attribute X in the data
3. The Ant Optimization for Solving Travelling Salesman Problem
In many works, travel itinerary determination is considered as a problem to find
solutions for travelling salesman problem (TSP). We use ant colony algorithm to overcome this
problem. This algorithm is introduced by Marco Dorigo [14], inspired by the behavior of ant
colonies while feeding. Ants will move randomly to find food, when the ant s return they will give
a trace by releasing a pheromone substance, the others will recognize the trace and follow the
path with the strongest pheromone.
 ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216
1210
Algorithm1. AntCollonyForTSP(iteration,ants)
input: Total of iteration(iteration), array of ants(ants)
1: i  0; n  0
2: while( i < iteration):
3: while(n < length(ants)):
4: ants[n].current  random(1..ants[n].allowed)
5: ants[n].tabu[]  ant[n].current
6: ants[n].allowed.remove(ants[n].current)
7: for ( j ≤ total_node-1):
8: ants[j].current  next_node()
9: ants[j].tabu[]ant.current
10: ants[j].allowed.remove(ants[n].current)
10: update_pheromone()
11: n++
12: endwhile
13: i++
14: endwhile
Algorithm 1 is the flow for the whole simulation for TSP completion by using ant-collony
optimization [13] as follows,
3.1 Initialization process
A number of ants are initialized to be assigned randomly to each node that has been
created, ant colonies are initialized because is is used to find the best solution space. In the ant
variable, there are maxcost, curentnode, tabu (array to hold visited nodes) and allowed (array to
hold unvisited nodes). In addition, the cost table is defined as the weight of the edge between
the nodes. Next is pheromone initialization. This pheromone is used so that ants have a
tendency to choose city j after city i. In other words, with this pheromone, ants may prefer the
path passed by ants before. Initialization of pheromone generally uses the equation:
TotalNode
Pheromoneij
1
 (4)
In addition to pheromone, trail table must be initialized. This trail is used as heuristic information,
so that the ants can choose the shortest path between the options of the next nodes. Trail is
initialized by using the equation as follows:
ij
ij
Cost
Trail
1
 (5)
3.2 The Selection of Next Node
At the time of construction, an ant from ant colony will look for the next node by
checking the list of nodes that are allowed to pass (has never been passed), from the nodes
allowed to pass, it is collected the value of trail and pheromone from each node as divider
probability,
  

iallowedj
alpha
ij
alpha
ij TrailPheromonedenom (6)
This denominator is used to find the probability of a node to be selected, using the following
equation
denom
TrailPheromone
prob
alpha
ij
alpha
ij
ij
))((

(7)
TELKOMNIKA ISSN: 1693-6930 
Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal)
1211
After obtaining the probability value of each allowed node (allowed), then sistem selects
the next node. System will generate a random value from 0 to 0.99. The probability value of
each node will be compared to the generated random value. If the value Probij is greater than
the random value, then j is selected as next node, meanwhile, current node is replaced by j, and
j is removed from allowed table, then cost from i to j is stored in total cost and j is entered into
tabu. if the probability value is less than the random value, then the random value will be
subtracted with the node's probability value compared, then it is compared again with the
probability value of the other node until the probability value is greater than the random value,
and so on until the node has been selected all. After the ant has visited all the nodes, the total
cost of the ants that have made the path will be stored. If the cost value is smaller than the best
total cost, then the value of total cost is replaced by the total cost value of the ant.
3.3 Updating pheromone
Each iteration will generate a route of a certain amount of ant colony, and the route will
be selected with the lowest cost value. Furthetmore, each node path of the route that has been
raised by each ant will have an updated pheromon value. Hence, the node that is often passed
by its pheromone will be thickened, and the possibility of the node to be re-selected will be
higher. The pheromone will be updated by using the equation as follows,
ij
ijij
cost
pheromonePheroDelta
1
)(   (8)
The nodes that has not passed by pheromone will be multiplied by evaporation rate.
4. Our Proposed Model
Generally, this system as shown in Figure 1 consists of two main processes, the first is
the process of choosing the desired tourist attractions such as natural attraction tourism,
traditional restaurants, shopping places, etc. The system recommends an optimal travel route
schedule (travel itinerary) based on user needs, which is represented in degree of interest
(DOI). There are 3 criteria of need given, 1) route with as many tourist attractions as possible, 2)
routes with popular attractions, 3) routes that minimize the budget. The system will generate a
solution for scheduling based on the user input, using ant-collony optimization, and then
implement its results into google map. Figure 1 shows the implementation of our system.
Degree of Interest (DOI) is very influential on the solution generated by the algorithm. The value
of DOI is within the interval [0,1].
Figure 1. System implementation
To accommodate that multi criteria case, we use MAUT concept. To determine the cost of an
edge, we use equation 2. There are three constraints for generating itinerary as follows,
 ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216
1212
a. The trip begins (start time) at 08.00 and must have returned to the hotel before 20.00
(end of the day)
b. The maximum limit of scheduling is 3 days
c. There is no user limitation in choosing a tourist attraction
Time is the principal constraint in the created system, because time affects the
combination of a generated solution. In a tourist attraction, there is open and closing hours
table, time travel table to other tourist attractions and the average time travelers visit the place
(average time). Each ant has a variable currenttime. This variable is initialized with the start
time. Once the ant visits nodes, the currenttime of each ant will be added as the amount of
travel time to the node and added with the average value of the average time at the node.
This variable currenttime is used to check for a node, whether fulfill its constraint or
not (open hours, closing hours and End of The Day). Variables allowed (the next nodes
candidate) is being checked whether meet the constraint, when it is fulfilled, then it will be
entered into the new variable tempallowed. This variable tempallowed is used to replace the
allowable variable for probability. Algorithm 2 shows the steps for filtering allowed nodes.
Algorithm 2. FilteringAllowedNode(ant,sch)
input: ant, table of open time and close time (schedule)
1: i  0
1: for (i < length(ant.allowed)):
3: if (ant.currenttime > sch[„open‟][ant.allowed[i]])
and (ant.currenttime < sch[„close‟][ant.allowed[i]])
and (ant.currentime) < endOftheDay):
4: tempallowed[]ant.allowed[i]
5: return tempallowed
5. The Experiments
5.1 Evaluation of Running Time
We did a series of tests to get the best parameters for the ant algorithm.
The parameters obtained are, ɑ=0.7, β=4, ρ=0.8, q=25. Parameter ɑ is pheromone factor, which
is used to control pheromone values. Parameter β is the heuristic factor of a parameter used to
adjust the heuristic value that affects the chance of a node with the smallest cost selected to be
the solution. Parameter ρ is the evaporation rate. If the ant does not pass through a node then
the pheromone will vaporize amounted ρ. Parameter q or quality is a regulating value for the
number of pheromones released when the ant passes through the node. After obtaining the
best parameters, a test is performed to obtain a comparison of the number of selected nodes
with the number of user-entered nodes, the ratio of running time to the number of nodes and the
ratio of the total time totals to the user-entered nodes.
Figure 2. Running time test results versus the number of nodes entered by user
Running time is the time needed for the algorithm to execute the process to get the
solution. Based on the Figure 2, there is a little difference in running time between ant-collony
by using time-based and multi-criteria-based. When the number of nodes entered more than 14,
TELKOMNIKA ISSN: 1693-6930 
Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal)
1213
ant-collony using multi-criteria-based takes more time about less than 1 second. This is
because when we use multi criteria, the processes will be more complex due to normalizing and
calculating the value of cost that apply MAUT.
5.2 The evaluation of the number of selected nodes
The number of selected nodes is the total nodes that becomes the solution of the
scheduling for 3 days of scheduling. Figure 3 shows that, if the user enters 2 to 8 nodes, the
number of nodes that become TSP solution will be equal to the number of nodes the user
enters. After exceeding 8 nodes, the solution node will not be equal to the number of nodes we
input, because there is a limitation in the number of days. If we use multi-criteria-based, it can
be seen the number of nodes that become solutions within the range of 11 nodes to 17 nodes, it
is greater than the results obtained by using time-based. This is because when we apply MAUT,
the opportunity of ants to generate different solutions will be high, thus leading to the generation
of more diverse solutions.
Figure 3. The test result of the number of selected nodes versus the number of nodes entered
5.3 Evaluation of the total days required
In this case, each algorithm is tested to determine how many days it takes to make a
schedule of the number of different nodes. Here are the results of the tests performed. Based
on Figure 5, we can notice that, if the user enters between 4 to 7 nodes, the algorithm will
generate the solution for a total of two days. The differences occur when the number of nodes
entered between 7 to 9 nodes between ant-collons using multi-criteria-based requires less time-
based than time-based. It happens because when using multi constraint the combination of
scheduling solutions is more diverse so results are better.
 ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216
1214
Figure 4. Total time test results towards the number of user-entered nodes
6. The Overview of Interaction
The first interaction is choosing the tourist attractions provided by sistem. Every tourist
place has attributes such as tourist attraction name, address, telephone number and rating.
User is free to select some places of interest, with no maximum limit as shown in Figure 6.
Then, user is welcome to choose one of several hotels provided. Users can only choose one
hotel only once in generating scheduling as shown in Figure 7.
Figure 6. Choosing Tourist Attractions
Figure 7. Choosing Hotel
Furthermore, users are allowed to set the degree of Interest (DOI) as needed, for
example, when the user wants to get the results of scheduling with cheap places, the user can
set DOI “cheapest tour priority” and reduce other DOI as shown in Figure 8. The result of this
scheduling is a sequence to visit tourist attractions for a maximum of three days (travel
Itinerary), as shown by Figure 9. For each day, tour starts from selected hotels, and it can not
be different hotels for each day. This visit sequence ends with an estimation of user when they
arrive at the hotel.
TELKOMNIKA ISSN: 1693-6930 
Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal)
1215
Figure.8 Set degree of Interest
Figure 9. Travel Itinerary
7. Conclusion and Future Work
Based on experiments, we notice that ant-collony is suitable for the generation of tourist
route itinerary, because the ant colony checks every node whether fulfills the constraint or not.
The running time of multi-criteria-based itinerary is not significantly different from time-based
itinerary. In addition, the number of tourist attractions in the itinerary is more than time-based
itinerary, as the combination of solutions from each ant becomes more diverse. In addition, the
results obtained to get a schedule with a total time of 2 days, the user is suggested to enter the
number of nodes around 8-11, for three days of scheduling, the user is suggested to enter about
16-20 nodes. Although it takes longer running time for about seconds, the multi-criteria
approach makes the selected node test results and the total time required is better than time-
based approach.
This research is a part of a tourism recommender system that we will develop. The
system will provide recommendations on tourist destinations based on their needs, and users
are given the opportunity to choose some of the recommended tourist destinations. Then the
system will recommend a tour route based on the selected tourist destinations. The interaction
of the recommender system, adopted from the interaction model introduced by Baizal et al. [15].
Acknowledgments
This research is supported by Ministry of Research, Technology and Higher Education
of the Republic of Indonesia.
References
[1] Vihikan W.O, Putra I.K.G.D. and Dharmaadi, I.P.A., 2017. Foreign Tourist Arrivals Forecasting Using
Recurrent Neural Network Backpropagation through Time. TELKOMNIKA (Telecommunication
Computing Electronics and Control). 2017: 15(3): 1257-1264.
[2] Lee C, Chang Y, Wang M. Ontological Recommendation Multi-Agent for Tainan City Travel.
Expert Systems and Applications. 2009: 36(3): 6740–6753
[3] Le T. Q. Pishva D. An Innovative Tour Recommendation System Fortourists in Japan. In 2016
18th International Conference on Advanced Communication Technology (ICACT). 2016: 717-729.
[4] Adrissono L,Goy A, Petrone G, Segnan M, Torasso P.INTRIGUE: Personalized Recommendation of
Tourist Attractions for Desktop and Handheld Devices. Applied Artificial Intelligence, 2003: 17: 687-
714.
 ISSN: 1693-6930
TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216
1216
[5] Vansteenwegen P, Souffriau W, Berghe G V, Oudheusden D. The City Trip Planner: An Expert
System for Tourists. Expert Systems with Applications. 2011: 38(6):6540–6546
[6] Rodrıguez B, Molina J, Perez F, Caballero R. Interactive Design of Personalised Tourism
Routes.Tourism Management. 2012: 33(4): 926–940.
[7] Yang L, Xiao-bo Y. Optimizing Fuzzy Petri Nets by Using an Improved Ant Colony
Algorithm. TELKOMNIKA (Telecommunication Computing Electronics and Control). 2016: 14(2A):
129-137.
[8] Yang X. Nature-Inspired Metaheuristic Algorithms. Luniver press. 2010.
[9] Świątnicki Z. Application of Ant Colony Optimization Algorithms for Transportation Problems Using
the Example of the Travelling Salesman Problem. In 4th International Conference on Advanced
Logistics and Transport (ICALT), IEEE. 2015.
[10] Liu X, Yi H, Ni Z. Application of Ant Colony Optimization Algorithm in Process Planning Optimization.
Journal of Intelligent Manufacturing. 2013: (24).1: 1-13.
[11] ch afer R. Rules For Using Multi-Attribute Utility Theory for Estimatinga User’s Interests. In th
Workshop Adaptivit at und Benutzermodellie-rung in Interaktiven Software systemen. 2001: 8–10.
[12] Bichler M, Kalagnanam J. Configurable Offers and Winner Determination in Multi-Attribute Auctions.
European Journal of Operational Research. 2005:160(2): 380-394.
[13] Torrance G.W, Boyle M H., Horwood S P. Application of Multi-Attribute Utility Theory to Measure
Social Preferences for Health States. Operations Research. 1982: 30(6): 1043-1069.
[14] Dorigo M, Gambardella L M. Ant Colony System: a Co-Operative Learning Approach to The
Traveling Salesman Problem. IEEE Transactions On Evolutionary Computation. 1997: 1(1):53–66.
[15] Baizal Z. A, Widyantoro D H, and Maulidevi N U. Factors Influencing User‟s Adoption of
Conversational Recommender System Based on Product Functional Requirements. TELKOMNIKA
(Telecommunication Computing Electronics and Control). 2016: 14(4): 1575-1585.

More Related Content

Similar to Generating Travel Itinerary Using Ant Collony Optimization

Comparison of different Ant based techniques for identification of shortest p...
Comparison of different Ant based techniques for identification of shortest p...Comparison of different Ant based techniques for identification of shortest p...
Comparison of different Ant based techniques for identification of shortest p...IOSR Journals
 
Optimum Design for Tourism Line Based on Improved Ant Colony System Algorithm
Optimum Design for Tourism Line Based on Improved Ant Colony System AlgorithmOptimum Design for Tourism Line Based on Improved Ant Colony System Algorithm
Optimum Design for Tourism Line Based on Improved Ant Colony System Algorithmijmvsc
 
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...Ludovic Privat
 
HABCO: A Robust Agent on Hybrid Ant-Bee Colony Optimization
HABCO: A Robust Agent on Hybrid Ant-Bee Colony OptimizationHABCO: A Robust Agent on Hybrid Ant-Bee Colony Optimization
HABCO: A Robust Agent on Hybrid Ant-Bee Colony OptimizationTELKOMNIKA JOURNAL
 
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...ijsrd.com
 
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing ProblemAnt Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problemijtsrd
 
A Review on Tourist Analyzer
A Review on Tourist AnalyzerA Review on Tourist Analyzer
A Review on Tourist AnalyzerIRJET Journal
 
Pedestrian level of service for sidewalks in Tangier City
Pedestrian level of service for sidewalks in Tangier CityPedestrian level of service for sidewalks in Tangier City
Pedestrian level of service for sidewalks in Tangier CityIJECEIAES
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationeSAT Publishing House
 
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...University of Piraeus
 
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATIONSWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATIONFransiskeran
 
Sanjeev research topic
Sanjeev research topicSanjeev research topic
Sanjeev research topicIndependent
 
Lecture 9 aco
Lecture 9 acoLecture 9 aco
Lecture 9 acomcradc
 
Public Transport Accessibility Index for Thiruvananthapuram Urban Area
Public Transport Accessibility Index for Thiruvananthapuram Urban AreaPublic Transport Accessibility Index for Thiruvananthapuram Urban Area
Public Transport Accessibility Index for Thiruvananthapuram Urban AreaIOSR Journals
 
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSTHE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSIJMIT JOURNAL
 
Secured Rural Communication Development Using Mobile Ad-hoc Network
Secured Rural Communication Development Using Mobile Ad-hoc NetworkSecured Rural Communication Development Using Mobile Ad-hoc Network
Secured Rural Communication Development Using Mobile Ad-hoc Networkijsrd.com
 

Similar to Generating Travel Itinerary Using Ant Collony Optimization (20)

Comparison of different Ant based techniques for identification of shortest p...
Comparison of different Ant based techniques for identification of shortest p...Comparison of different Ant based techniques for identification of shortest p...
Comparison of different Ant based techniques for identification of shortest p...
 
Optimum Design for Tourism Line Based on Improved Ant Colony System Algorithm
Optimum Design for Tourism Line Based on Improved Ant Colony System AlgorithmOptimum Design for Tourism Line Based on Improved Ant Colony System Algorithm
Optimum Design for Tourism Line Based on Improved Ant Colony System Algorithm
 
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...
The Shortest Path to Happiness: Recommending Beautiful, Quiet, and Happy Rout...
 
HABCO: A Robust Agent on Hybrid Ant-Bee Colony Optimization
HABCO: A Robust Agent on Hybrid Ant-Bee Colony OptimizationHABCO: A Robust Agent on Hybrid Ant-Bee Colony Optimization
HABCO: A Robust Agent on Hybrid Ant-Bee Colony Optimization
 
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
 
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing ProblemAnt Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
Ant Colony System with Saving Heuristic for Capacitated Vehicle Routing Problem
 
A Review on Tourist Analyzer
A Review on Tourist AnalyzerA Review on Tourist Analyzer
A Review on Tourist Analyzer
 
Pedestrian level of service for sidewalks in Tangier City
Pedestrian level of service for sidewalks in Tangier CityPedestrian level of service for sidewalks in Tangier City
Pedestrian level of service for sidewalks in Tangier City
 
Mobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimizationMobile robot path planning using ant colony optimization
Mobile robot path planning using ant colony optimization
 
Ant colony algorithm
Ant colony algorithm Ant colony algorithm
Ant colony algorithm
 
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
A Route Selection Scheme for supporting Virtual Tours in Sites with Cultural ...
 
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATIONSWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION
 
Sanjeev research topic
Sanjeev research topicSanjeev research topic
Sanjeev research topic
 
K046036367
K046036367K046036367
K046036367
 
Lecture 9 aco
Lecture 9 acoLecture 9 aco
Lecture 9 aco
 
Public Transport Accessibility Index for Thiruvananthapuram Urban Area
Public Transport Accessibility Index for Thiruvananthapuram Urban AreaPublic Transport Accessibility Index for Thiruvananthapuram Urban Area
Public Transport Accessibility Index for Thiruvananthapuram Urban Area
 
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELSTHE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
THE IMPACT OF MOBILE NODES ARRIVAL PATTERNS IN MANETS USING POISSON MODELS
 
Traveling Eco-Salesman
Traveling Eco-SalesmanTraveling Eco-Salesman
Traveling Eco-Salesman
 
222 226
222 226222 226
222 226
 
Secured Rural Communication Development Using Mobile Ad-hoc Network
Secured Rural Communication Development Using Mobile Ad-hoc NetworkSecured Rural Communication Development Using Mobile Ad-hoc Network
Secured Rural Communication Development Using Mobile Ad-hoc Network
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data StreamKIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data StreamDr. Radhey Shyam
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfAbrahamGadissa
 
1. Henrich Triangle Safety and Fire Presentation
1. Henrich Triangle Safety and Fire Presentation1. Henrich Triangle Safety and Fire Presentation
1. Henrich Triangle Safety and Fire PresentationBhuwanAgrawal8
 
internship exam ppt.pptx on embedded system and IOT
internship exam ppt.pptx on embedded system and IOTinternship exam ppt.pptx on embedded system and IOT
internship exam ppt.pptx on embedded system and IOTNavyashreeS6
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Krakówbim.edu.pl
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationDr. Radhey Shyam
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单
一比一原版(UofT毕业证)多伦多大学毕业证成绩单一比一原版(UofT毕业证)多伦多大学毕业证成绩单
一比一原版(UofT毕业证)多伦多大学毕业证成绩单tuuww
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.PrashantGoswami42
 
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...Roi Lipman
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edgePaco Orozco
 
retail automation billing system ppt.pptx
retail automation billing system ppt.pptxretail automation billing system ppt.pptx
retail automation billing system ppt.pptxfaamieahmd
 
"United Nations Park" Site Visit Report.
"United Nations Park" Site  Visit Report."United Nations Park" Site  Visit Report.
"United Nations Park" Site Visit Report.MdManikurRahman
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdfKamal Acharya
 
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单tuuww
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdfKamal Acharya
 
Teachers record management system project report..pdf
Teachers record management system project report..pdfTeachers record management system project report..pdf
Teachers record management system project report..pdfKamal Acharya
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientistgettygaming1
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdfKamal Acharya
 
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Paint shop management system project report.pdf
Paint shop management system project report.pdfPaint shop management system project report.pdf
Paint shop management system project report.pdfKamal Acharya
 

Recently uploaded (20)

KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data StreamKIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
KIT-601 Lecture Notes-UNIT-3.pdf Mining Data Stream
 
Digital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdfDigital Signal Processing Lecture notes n.pdf
Digital Signal Processing Lecture notes n.pdf
 
1. Henrich Triangle Safety and Fire Presentation
1. Henrich Triangle Safety and Fire Presentation1. Henrich Triangle Safety and Fire Presentation
1. Henrich Triangle Safety and Fire Presentation
 
internship exam ppt.pptx on embedded system and IOT
internship exam ppt.pptx on embedded system and IOTinternship exam ppt.pptx on embedded system and IOT
internship exam ppt.pptx on embedded system and IOT
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单
一比一原版(UofT毕业证)多伦多大学毕业证成绩单一比一原版(UofT毕业证)多伦多大学毕业证成绩单
一比一原版(UofT毕业证)多伦多大学毕业证成绩单
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
The battle for RAG, explore the pros and cons of using KnowledgeGraphs and Ve...
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
retail automation billing system ppt.pptx
retail automation billing system ppt.pptxretail automation billing system ppt.pptx
retail automation billing system ppt.pptx
 
"United Nations Park" Site Visit Report.
"United Nations Park" Site  Visit Report."United Nations Park" Site  Visit Report.
"United Nations Park" Site Visit Report.
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
 
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单
一比一原版(UNK毕业证)内布拉斯加州立大学科尼分校毕业证成绩单
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdf
 
Teachers record management system project report..pdf
Teachers record management system project report..pdfTeachers record management system project report..pdf
Teachers record management system project report..pdf
 
Top 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering ScientistTop 13 Famous Civil Engineering Scientist
Top 13 Famous Civil Engineering Scientist
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdf
 
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdfONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
ONLINE CAR SERVICING SYSTEM PROJECT REPORT.pdf
 
Paint shop management system project report.pdf
Paint shop management system project report.pdfPaint shop management system project report.pdf
Paint shop management system project report.pdf
 

Generating Travel Itinerary Using Ant Collony Optimization

  • 1. TELKOMNIKA, Vol.16, No.3, June 2018, pp. 1208~1216 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v16i3.7268  1208 Received September 12, 2017; Revised April 1, 2018; Accepted April 25, 2018 Generating Travel Itinerary Using Ant Collony Optimization Z.K. Abdurahman Baizal*, Aniq A Rahmawati, Kemas M Lhaksmana, Moh Z Mubarok, M. Qadrian Department of Computational Science, Faculty of Informatics, Telkom University Bandung, Indonesia, telp/fax +62-22-7564108 *Corresponding author, e-mail: baizal@telkomuniversity.ac.id 1 , aniqatiqi@telkomuniversity.ac.id 2 , kemasmuslim@telkomuniversity.ac.id 3 , muhammad.zidni.mubarok@gmail.com 4 , pumphead16@gmail.com 5 Abstract Travelling is one of the activities needed by everyone to overcome weariness. The number of information about the tourism destination on the internet sometimes does not provide easiness for oncoming tourists. This paper proposes a system capable of making travel itinerary, for tourists who want to visit an area within a few days. For generating itinerary, the system considers several criterias (Multi - criteria-based), which include the popularity level of tourist attractions to visit, tourist visits that minimize budgets or tourist visits with as many destinations as possible.To handle multi criteria-based itinerary, we use the conceptof multi attribute utility theory (MAUT). The running time of multi criteria-based itinerary is not significantly different from time-based itinerary. In addition, the number of tourist attractions in the itinerary is more than time-based itinerary,because the combination of solutions from each ant becomes more diverse. Keywords:travel itinerary,ant colony, E-tourism,travelling salesman problem,travel scheduling,travel recommender system Copyright © 2018 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Tourism is an important sector in Indonesia because it is able to introduce Indonesia in the international arena and generate a lot of foreign exchange. Indonesia has many tourism potentials, and Bali is the first tourist destination in Indonesia. Vihikan et al [1] has developed a method for predicting the number of tourists coming to Bali by using the recurrent neural network, to assist the government in determining the tourism strategy. Besides Bali, Bandung is also one of the leading tourist destination in Indonesia, so we take Bandung as the domain of the our system. In recent years, more and more tourists decide that Bandung city as a tourist attraction because Bandung has interesting and varied sites than other cities around. Not only offers the beauty of nature, the potential of local wisdom is able to attract the attention of tourists. Bandung tourism development also continues to be done not only physical improvements, but also the ease of information systems that can facilitate the tourists to look for everythings related to tourist destination so that information on the internet about tourist attractions in Bandung is increasingly found and continues to grow. Lee et al [2], has created a system that can recommend tourist attractions in Taiwan and make a route from recommended tourist attractions, T. Q. Le and D. Pishva [3], make a recommendation of a tourist route in Tokyo, Osaka, Kyoto based on weather prediction, ongoing events and tourist‟s budget. Ardissono, Liliana, et al [4], make a recommendation of tourist attractions based on user‟s age. Pieter Vansteenwegen et al [5], made a route recommendation with regard to Point of Interest such as museums, churches, parks as reference in recommending tourist routes at Belgium for a few days. Meanwhile, B Rodríguez et al [6] uses Multi-Objective Metaheuristic using an Adaptative Memory Procedure (MOAMP) as the basis for selecting a tourist attraction. However, from the researchs mentioned above, there has no development of the system of tourism itinerary generation by considering some criteria of user need. Furthermore, this paper proposes a model for generating a travel itinerary, for a few days visit. The criterias (multi criteria) are: 1). Number of tourist attraction as much as possible, 2).
  • 2. TELKOMNIKA ISSN: 1693-6930  Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal) 1209 Popular tourist attractions (high rating), 3). Itinerary that minimizes budget. Currently, many models have been developed to build the travel itinerary by referring to the problem of finding the solution of the traveling salesman problem (TSP). The ant colony algorithm proved to be reliable in solving combinatorial problems [7-8], especially TSP [9]. Liu, Xiao-jun et al [10], also uses ant-colony for planning-process optimization of a machine so that less cost is needed. We use ant colony algorithm for generating this itinerary, by considering some constraints, such as open and closing hours of each tourist sites and the average of visiting time of travelers at each destination. The three criterias of user need are considered as user preferences, and the itinerary is generated according to these three criterias by utilizing multi attribute utility theory (MAUT) concept. 2. The Multi Criteria Case for Generating Itinerary In our proposed model, itinerary is generated based on user preferences, in the form of three criteria as discussed in section 1. We use the Multi-Attribute Utility Theory (MAUT) concept to accommodate this multi-criteria case. According to Schaafer and Ralph [11], MAUT is a way of finding the value of a product by considering each attribute of the product and the priority scale of the attribute. Bichler et al [12] use MAUT to predict the winner in an auction. Meanwhile, Torrance et al [13] use MAUT to measure one‟s health status based on his daily life. Suppose an object will be evaluated using MAUT, so the evaluation can be formulated by,      n i ii xvwxu 1 (1) Value )(xu is an evaluation (utility value) of a tourist object, iw is a coefficient used as a priority measure or Degree of Interest (DOI) of an attributei ,  1iw , whereas )(xvi is the actual value of the attribute i of a object (For example: rating value or travel time). For example: the rating of x object is 0.8 (normalized), budget is 1.0 (normalized) and its travel time is 0.2 (normalized), with DOI of the rating is 0.6, the DOI of budget is 0.2 and the DOI of travel time is 0.2. Hence, then the utility value of x: budgetdoidistancedoiratingdoixu budgetdistancerating )( (2) In calculating utility values, it is necessary to normalize the value of each atribute, in order to equalize the value range of an attribute, as formulated below, minmax min XX XX Xnorm    (3) The notation X represents the value of an attribute, minX is the minimum value of attribute X in the data, maxX is the maximum value of attribute X in the data 3. The Ant Optimization for Solving Travelling Salesman Problem In many works, travel itinerary determination is considered as a problem to find solutions for travelling salesman problem (TSP). We use ant colony algorithm to overcome this problem. This algorithm is introduced by Marco Dorigo [14], inspired by the behavior of ant colonies while feeding. Ants will move randomly to find food, when the ant s return they will give a trace by releasing a pheromone substance, the others will recognize the trace and follow the path with the strongest pheromone.
  • 3.  ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216 1210 Algorithm1. AntCollonyForTSP(iteration,ants) input: Total of iteration(iteration), array of ants(ants) 1: i  0; n  0 2: while( i < iteration): 3: while(n < length(ants)): 4: ants[n].current  random(1..ants[n].allowed) 5: ants[n].tabu[]  ant[n].current 6: ants[n].allowed.remove(ants[n].current) 7: for ( j ≤ total_node-1): 8: ants[j].current  next_node() 9: ants[j].tabu[]ant.current 10: ants[j].allowed.remove(ants[n].current) 10: update_pheromone() 11: n++ 12: endwhile 13: i++ 14: endwhile Algorithm 1 is the flow for the whole simulation for TSP completion by using ant-collony optimization [13] as follows, 3.1 Initialization process A number of ants are initialized to be assigned randomly to each node that has been created, ant colonies are initialized because is is used to find the best solution space. In the ant variable, there are maxcost, curentnode, tabu (array to hold visited nodes) and allowed (array to hold unvisited nodes). In addition, the cost table is defined as the weight of the edge between the nodes. Next is pheromone initialization. This pheromone is used so that ants have a tendency to choose city j after city i. In other words, with this pheromone, ants may prefer the path passed by ants before. Initialization of pheromone generally uses the equation: TotalNode Pheromoneij 1  (4) In addition to pheromone, trail table must be initialized. This trail is used as heuristic information, so that the ants can choose the shortest path between the options of the next nodes. Trail is initialized by using the equation as follows: ij ij Cost Trail 1  (5) 3.2 The Selection of Next Node At the time of construction, an ant from ant colony will look for the next node by checking the list of nodes that are allowed to pass (has never been passed), from the nodes allowed to pass, it is collected the value of trail and pheromone from each node as divider probability,     iallowedj alpha ij alpha ij TrailPheromonedenom (6) This denominator is used to find the probability of a node to be selected, using the following equation denom TrailPheromone prob alpha ij alpha ij ij ))((  (7)
  • 4. TELKOMNIKA ISSN: 1693-6930  Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal) 1211 After obtaining the probability value of each allowed node (allowed), then sistem selects the next node. System will generate a random value from 0 to 0.99. The probability value of each node will be compared to the generated random value. If the value Probij is greater than the random value, then j is selected as next node, meanwhile, current node is replaced by j, and j is removed from allowed table, then cost from i to j is stored in total cost and j is entered into tabu. if the probability value is less than the random value, then the random value will be subtracted with the node's probability value compared, then it is compared again with the probability value of the other node until the probability value is greater than the random value, and so on until the node has been selected all. After the ant has visited all the nodes, the total cost of the ants that have made the path will be stored. If the cost value is smaller than the best total cost, then the value of total cost is replaced by the total cost value of the ant. 3.3 Updating pheromone Each iteration will generate a route of a certain amount of ant colony, and the route will be selected with the lowest cost value. Furthetmore, each node path of the route that has been raised by each ant will have an updated pheromon value. Hence, the node that is often passed by its pheromone will be thickened, and the possibility of the node to be re-selected will be higher. The pheromone will be updated by using the equation as follows, ij ijij cost pheromonePheroDelta 1 )(   (8) The nodes that has not passed by pheromone will be multiplied by evaporation rate. 4. Our Proposed Model Generally, this system as shown in Figure 1 consists of two main processes, the first is the process of choosing the desired tourist attractions such as natural attraction tourism, traditional restaurants, shopping places, etc. The system recommends an optimal travel route schedule (travel itinerary) based on user needs, which is represented in degree of interest (DOI). There are 3 criteria of need given, 1) route with as many tourist attractions as possible, 2) routes with popular attractions, 3) routes that minimize the budget. The system will generate a solution for scheduling based on the user input, using ant-collony optimization, and then implement its results into google map. Figure 1 shows the implementation of our system. Degree of Interest (DOI) is very influential on the solution generated by the algorithm. The value of DOI is within the interval [0,1]. Figure 1. System implementation To accommodate that multi criteria case, we use MAUT concept. To determine the cost of an edge, we use equation 2. There are three constraints for generating itinerary as follows,
  • 5.  ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216 1212 a. The trip begins (start time) at 08.00 and must have returned to the hotel before 20.00 (end of the day) b. The maximum limit of scheduling is 3 days c. There is no user limitation in choosing a tourist attraction Time is the principal constraint in the created system, because time affects the combination of a generated solution. In a tourist attraction, there is open and closing hours table, time travel table to other tourist attractions and the average time travelers visit the place (average time). Each ant has a variable currenttime. This variable is initialized with the start time. Once the ant visits nodes, the currenttime of each ant will be added as the amount of travel time to the node and added with the average value of the average time at the node. This variable currenttime is used to check for a node, whether fulfill its constraint or not (open hours, closing hours and End of The Day). Variables allowed (the next nodes candidate) is being checked whether meet the constraint, when it is fulfilled, then it will be entered into the new variable tempallowed. This variable tempallowed is used to replace the allowable variable for probability. Algorithm 2 shows the steps for filtering allowed nodes. Algorithm 2. FilteringAllowedNode(ant,sch) input: ant, table of open time and close time (schedule) 1: i  0 1: for (i < length(ant.allowed)): 3: if (ant.currenttime > sch[„open‟][ant.allowed[i]]) and (ant.currenttime < sch[„close‟][ant.allowed[i]]) and (ant.currentime) < endOftheDay): 4: tempallowed[]ant.allowed[i] 5: return tempallowed 5. The Experiments 5.1 Evaluation of Running Time We did a series of tests to get the best parameters for the ant algorithm. The parameters obtained are, ɑ=0.7, β=4, ρ=0.8, q=25. Parameter ɑ is pheromone factor, which is used to control pheromone values. Parameter β is the heuristic factor of a parameter used to adjust the heuristic value that affects the chance of a node with the smallest cost selected to be the solution. Parameter ρ is the evaporation rate. If the ant does not pass through a node then the pheromone will vaporize amounted ρ. Parameter q or quality is a regulating value for the number of pheromones released when the ant passes through the node. After obtaining the best parameters, a test is performed to obtain a comparison of the number of selected nodes with the number of user-entered nodes, the ratio of running time to the number of nodes and the ratio of the total time totals to the user-entered nodes. Figure 2. Running time test results versus the number of nodes entered by user Running time is the time needed for the algorithm to execute the process to get the solution. Based on the Figure 2, there is a little difference in running time between ant-collony by using time-based and multi-criteria-based. When the number of nodes entered more than 14,
  • 6. TELKOMNIKA ISSN: 1693-6930  Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal) 1213 ant-collony using multi-criteria-based takes more time about less than 1 second. This is because when we use multi criteria, the processes will be more complex due to normalizing and calculating the value of cost that apply MAUT. 5.2 The evaluation of the number of selected nodes The number of selected nodes is the total nodes that becomes the solution of the scheduling for 3 days of scheduling. Figure 3 shows that, if the user enters 2 to 8 nodes, the number of nodes that become TSP solution will be equal to the number of nodes the user enters. After exceeding 8 nodes, the solution node will not be equal to the number of nodes we input, because there is a limitation in the number of days. If we use multi-criteria-based, it can be seen the number of nodes that become solutions within the range of 11 nodes to 17 nodes, it is greater than the results obtained by using time-based. This is because when we apply MAUT, the opportunity of ants to generate different solutions will be high, thus leading to the generation of more diverse solutions. Figure 3. The test result of the number of selected nodes versus the number of nodes entered 5.3 Evaluation of the total days required In this case, each algorithm is tested to determine how many days it takes to make a schedule of the number of different nodes. Here are the results of the tests performed. Based on Figure 5, we can notice that, if the user enters between 4 to 7 nodes, the algorithm will generate the solution for a total of two days. The differences occur when the number of nodes entered between 7 to 9 nodes between ant-collons using multi-criteria-based requires less time- based than time-based. It happens because when using multi constraint the combination of scheduling solutions is more diverse so results are better.
  • 7.  ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216 1214 Figure 4. Total time test results towards the number of user-entered nodes 6. The Overview of Interaction The first interaction is choosing the tourist attractions provided by sistem. Every tourist place has attributes such as tourist attraction name, address, telephone number and rating. User is free to select some places of interest, with no maximum limit as shown in Figure 6. Then, user is welcome to choose one of several hotels provided. Users can only choose one hotel only once in generating scheduling as shown in Figure 7. Figure 6. Choosing Tourist Attractions Figure 7. Choosing Hotel Furthermore, users are allowed to set the degree of Interest (DOI) as needed, for example, when the user wants to get the results of scheduling with cheap places, the user can set DOI “cheapest tour priority” and reduce other DOI as shown in Figure 8. The result of this scheduling is a sequence to visit tourist attractions for a maximum of three days (travel Itinerary), as shown by Figure 9. For each day, tour starts from selected hotels, and it can not be different hotels for each day. This visit sequence ends with an estimation of user when they arrive at the hotel.
  • 8. TELKOMNIKA ISSN: 1693-6930  Generating Travel Itinerary Using Ant Collony Optimization (Z.K. Abdurahman Baizal) 1215 Figure.8 Set degree of Interest Figure 9. Travel Itinerary 7. Conclusion and Future Work Based on experiments, we notice that ant-collony is suitable for the generation of tourist route itinerary, because the ant colony checks every node whether fulfills the constraint or not. The running time of multi-criteria-based itinerary is not significantly different from time-based itinerary. In addition, the number of tourist attractions in the itinerary is more than time-based itinerary, as the combination of solutions from each ant becomes more diverse. In addition, the results obtained to get a schedule with a total time of 2 days, the user is suggested to enter the number of nodes around 8-11, for three days of scheduling, the user is suggested to enter about 16-20 nodes. Although it takes longer running time for about seconds, the multi-criteria approach makes the selected node test results and the total time required is better than time- based approach. This research is a part of a tourism recommender system that we will develop. The system will provide recommendations on tourist destinations based on their needs, and users are given the opportunity to choose some of the recommended tourist destinations. Then the system will recommend a tour route based on the selected tourist destinations. The interaction of the recommender system, adopted from the interaction model introduced by Baizal et al. [15]. Acknowledgments This research is supported by Ministry of Research, Technology and Higher Education of the Republic of Indonesia. References [1] Vihikan W.O, Putra I.K.G.D. and Dharmaadi, I.P.A., 2017. Foreign Tourist Arrivals Forecasting Using Recurrent Neural Network Backpropagation through Time. TELKOMNIKA (Telecommunication Computing Electronics and Control). 2017: 15(3): 1257-1264. [2] Lee C, Chang Y, Wang M. Ontological Recommendation Multi-Agent for Tainan City Travel. Expert Systems and Applications. 2009: 36(3): 6740–6753 [3] Le T. Q. Pishva D. An Innovative Tour Recommendation System Fortourists in Japan. In 2016 18th International Conference on Advanced Communication Technology (ICACT). 2016: 717-729. [4] Adrissono L,Goy A, Petrone G, Segnan M, Torasso P.INTRIGUE: Personalized Recommendation of Tourist Attractions for Desktop and Handheld Devices. Applied Artificial Intelligence, 2003: 17: 687- 714.
  • 9.  ISSN: 1693-6930 TELKOMNIKA Vol. 16, No. 3, June 2018: 1208-1216 1216 [5] Vansteenwegen P, Souffriau W, Berghe G V, Oudheusden D. The City Trip Planner: An Expert System for Tourists. Expert Systems with Applications. 2011: 38(6):6540–6546 [6] Rodrıguez B, Molina J, Perez F, Caballero R. Interactive Design of Personalised Tourism Routes.Tourism Management. 2012: 33(4): 926–940. [7] Yang L, Xiao-bo Y. Optimizing Fuzzy Petri Nets by Using an Improved Ant Colony Algorithm. TELKOMNIKA (Telecommunication Computing Electronics and Control). 2016: 14(2A): 129-137. [8] Yang X. Nature-Inspired Metaheuristic Algorithms. Luniver press. 2010. [9] Świątnicki Z. Application of Ant Colony Optimization Algorithms for Transportation Problems Using the Example of the Travelling Salesman Problem. In 4th International Conference on Advanced Logistics and Transport (ICALT), IEEE. 2015. [10] Liu X, Yi H, Ni Z. Application of Ant Colony Optimization Algorithm in Process Planning Optimization. Journal of Intelligent Manufacturing. 2013: (24).1: 1-13. [11] ch afer R. Rules For Using Multi-Attribute Utility Theory for Estimatinga User’s Interests. In th Workshop Adaptivit at und Benutzermodellie-rung in Interaktiven Software systemen. 2001: 8–10. [12] Bichler M, Kalagnanam J. Configurable Offers and Winner Determination in Multi-Attribute Auctions. European Journal of Operational Research. 2005:160(2): 380-394. [13] Torrance G.W, Boyle M H., Horwood S P. Application of Multi-Attribute Utility Theory to Measure Social Preferences for Health States. Operations Research. 1982: 30(6): 1043-1069. [14] Dorigo M, Gambardella L M. Ant Colony System: a Co-Operative Learning Approach to The Traveling Salesman Problem. IEEE Transactions On Evolutionary Computation. 1997: 1(1):53–66. [15] Baizal Z. A, Widyantoro D H, and Maulidevi N U. Factors Influencing User‟s Adoption of Conversational Recommender System Based on Product Functional Requirements. TELKOMNIKA (Telecommunication Computing Electronics and Control). 2016: 14(4): 1575-1585.