11,187 results on '"Travelling salesman problem"'
Search Results
2. New strategy for anti-loop formulations.
- Author
-
García, Jose Manuel
- Abstract
This paper presents a strategy based on binary labelling of nodes for the creation of anti-loop formulations from existing strategies. This strategy prevents by default the formation of odd cycles, therefore it can have important role in iterative procedures based on generating subtour elimination constraints. It can also be used to modify the classic strategies used in problems associated to graphs. In this paper we focus on this last application. The behavior of this strategy is analyzed with two problems associated with graphs, the Asymmetric Traveling Salesman Problem (ATSP) and the Steiner Problem, where two configurations that modify the Miller-Tucking-Zemlig proposal to avoid cycles are compared. The experimental analysis shows that this strategy keep a good convergence, highlighting its use for the Steiner problem. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
3. Discrete Marine Predators Algorithm for Symmetric Travelling Salesman Problem.
- Author
-
Kumar, Manish, Panwar, Karuna, and Deep, Kusum
- Abstract
This paper addresses the well-known NP-hard problem, the Symmetric Travelling Salesman Problem (STSP), which has numerous applications in logistics and graph theory. To solve this complex problem, a discrete version of the Marine Predators Algorithm (D-MPA) is introduced. Although MPA has been extensively studied for various optimization problems and real-world applications, its use in routing problems, particularly TSP, remains relatively unexplored. To adapt MPA for STSP, the positions of individuals are initially updated using the classical MPA algorithm. The continuous values generated by the classical MPA are then converted to discrete values, followed by the application of a permutation operator to maintain diversity in the population. In addition, a local search algorithm, 2-opt, is applied to further improve the results for STSP instances. The effectiveness of the proposed algorithm is demonstrated on STSP benchmark instances of sizes ranging from 14 to 439. The performance of D-MPA is compared against several existing algorithms, including the Genetic Algorithm (GA), Bat Algorithm (BA), Discrete Firefly Algorithm (DFA), Evolutionary Simulated Annealing (ESA), Island-Based Distributed Genetic Algorithm (IDGA), Discrete Imperialist Competitive Algorithm (DICA), and Discrete Grey Wolf Optimization (DGWO). To ensure an unbiased and rigorous comparison, descriptive statistics such as mean and standard deviation are used, and a Wilcoxon Signed-Rank test is conducted for statistical validation. The results demonstrate that D-MPA not only competes, but also consistently outperforms these algorithms, making it a valuable resource for the research community. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
4. A blockchain-based secure path planning in UAVs communication network
- Author
-
Shubhani Aggarwal, Ishan Budhiraja, Sahil Garg, Georges Kaddoum, Bong Jun Choi, and M. Shamim Hossain
- Subjects
Blockchain ,Unmanned aerial vehicles ,Path planning ,Genetic algorithm ,Travelling salesman problem ,Security and privacy ,Engineering (General). Civil engineering (General) ,TA1-2040 - Abstract
Unmanned aerial vehicles (UAVs) are one of the most popular and effective systems in various industrial applications such as surveillance, security, and infrastructure inspection. It is gradually becoming an essential part of navigation as a consequence of high progress in military and civilian missions. Path planning of UAVs in military and civilian missions or in unknown and restricted environments is one of the biggest problems facing the operation of UAVs. This problem is not only searching for a path from an initial point to the final but also linked to find an optimal among all possible paths and provides collision avoidance. By examining the best path for UAVs, there is a need for the consideration of various other issues such as security and privacy, turning angle, overtake speed of obstacle, etc. The fundamental problem of UAVs is finding an optimal and secure route in a challenging environment. To overcome these challenges, many researchers have used optimization techniques such as ant colony, particle swarm, artificial bee colony, etc. with planning and coordination. In this paper, a blockchain-based solution is used to secure and authenticate UAVs. Hence, we propose a blockchain-based method that uses a genetic algorithm, which solves both constrained and unconstrained optimization problems. The purpose of this technique is to locate the best possible flight path for the UAVs in a three-dimensional setting. In a genetic algorithm, each iteration is designed to surpass the previous one in terms of improvement. To achieve an ideal route, solving the travelling salesman problem is a crucial step in the proposed approach. Consequently, the blockchain technology offers a reliable wireless communication and a dependable network for UAVs path planning, guaranteeing efficient service. Simulation results demonstrate the impact of the proposed scheme. They show that a genetic algorithm is suitable for optimal path planning for UAVs.
- Published
- 2025
- Full Text
- View/download PDF
5. Travelling salesman paths on Demidenko matrices.
- Author
-
Çela, Eranda, Deineko, Vladimir G., and Woeginger, Gerhard J.
- Subjects
- *
TRAVELING salesman problem , *TIME complexity , *CITIES & towns , *SALES personnel , *DYNAMIC programming - Abstract
In the path version of the Travelling Salesman Problem (Path-TSP), a salesman is looking for the shortest Hamiltonian path through a set of n cities. The salesman has to start his journey at a given city s , visit every city exactly once, and finally end his trip at another given city t. In this paper we show that a special case of the Path-TSP with a Demidenko distance matrix is solvable in polynomial time. Demidenko distance matrices fulfill a particular condition abstracted from the convex Euclidian special case by Demidenko (1979) as an extension of an earlier work of Kalmanson (1975). We identify a number of crucial combinatorial properties of the optimal solution and design a dynamic programming approach with time complexity O (n 6). [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
6. Group preference decision-making for the implementation of Industry 4.0 in food and beverage SMEs.
- Author
-
Ushada, Mirwan, Amalia, Rosa, Trapsilawati, Fitri, and Putro, Nur Achmad Sulistyo
- Subjects
- *
GROUP decision making , *INDUSTRY 4.0 , *ANT algorithms , *TRAVELING salesman problem , *SMALL business - Abstract
This study aimed to model group preference decision-making to implement Industry 4.0 on food and beverage small- and medium-sized enterprises (SMEs). An ant colony optimisation was adopted to model the decision-making process based on the travelling salesman problem. The model was demonstrated on three preferences of Industry 4.0, namely, ergonomic work methods, machineries and tools, and e-commerce and promotion. The Likert-scale Kansei words data were obtained from 120 SMEs' manager in Indonesia. The data were then plotted to Cartesian coordinates with the x and y-axes showing the mode and average values, respectively, and were simulated in a sequence using ACO. The results indicated that machinery and tools were the most preferred to implement Industry 4.0. Adaptiveness was the most preferred attribute in making the first decision. The benchmarking demonstrated ACO performed better than genetic algorithm in modelling group preference. The group preference was also compared to trust level and the finding showed a high correlation between both constructs. The high trust in the group preferences is expected to contribute for the sustainability of Industry 4.0. The method enriches various existing theoretical approaches for group preference decision-making and applicable to assist the SME's management for implementation of Industry 4.0. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
7. An efficient hybrid evolutionary algorithm for solving the traveling salesman problem.
- Author
-
Jędrzejowicz, Piotr, Keller, Krzysztof, and Skakovski, Aleksander
- Abstract
The paper proposes an effective hybrid ACO-GA evolutionary algorithm combining the best features of the Ant Colony Optimization and Genetic algorithm. The algorithm was tested on benchmark instances of the traveling salesman problem from TSPLIB and compared to several algorithms described in the scientific literature solving the same instances. The comparison results allow us to perceive the proposed ACO-GA as an attractive compromise between the quality of solutions and the time to find a solution. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
8. Optimization of Transport Routes Through a Social Interaction Algorithm-Based Application
- Author
-
Valdivia Alcalá, Diego Ismael, García Vico, Ángel Miguel, Carmona del Jesús, Cristóbal José, Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Quintián, Héctor, editor, Corchado, Emilio, editor, Troncoso Lora, Alicia, editor, Pérez García, Hilde, editor, Jove, Esteban, editor, Calvo Rolle, José Luis, editor, Martínez de Pisón, Francisco Javier, editor, García Bringas, Pablo, editor, Martínez Álvarez, Francisco, editor, Herrero Cosío, Álvaro, editor, and Fosci, Paolo, editor
- Published
- 2024
- Full Text
- View/download PDF
9. Efficient Path Planning with G2-Smoothing for USV in the Presence of Known Obstacles
- Author
-
Nguyen, Le Phuc Minh, Tran, Ngoc-Huy, Chlamtac, Imrich, Series Editor, Hai, Nguyen Thanh, editor, Huy, Nguyen Xuan, editor, Amine, Khalil, editor, and Lam, Tran Dai, editor
- Published
- 2024
- Full Text
- View/download PDF
10. Solving the Traveling Salesman Problem for Efficient Route Planning Through Swarm Intelligence Based Optimization
- Author
-
Phoa, Frederick Kin Hing, Wong, Kin To, Goos, Gerhard, Series Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Tan, Ying, editor, and Shi, Yuhui, editor
- Published
- 2024
- Full Text
- View/download PDF
11. Investigation of a Genetic Algorithm for Solving the Travelling Salesman Problem
- Author
-
Pyrih, Yaroslav, Masiuk, Andrii, Pyrih, Yuliia, Urikova, Oksana, Angrisani, Leopoldo, Series Editor, Arteaga, Marco, Series Editor, Chakraborty, Samarjit, Series Editor, Chen, Shanben, Series Editor, Chen, Tan Kay, Series Editor, Dillmann, Rüdiger, Series Editor, Duan, Haibin, Series Editor, Ferrari, Gianluigi, Series Editor, Ferre, Manuel, Series Editor, Hirche, Sandra, Series Editor, Jabbari, Faryar, Series Editor, Jia, Limin, Series Editor, Kacprzyk, Janusz, Series Editor, Khamis, Alaa, Series Editor, Kroeger, Torsten, Series Editor, Li, Yong, Series Editor, Liang, Qilian, Series Editor, Martín, Ferran, Series Editor, Ming, Tan Cher, Series Editor, Minker, Wolfgang, Series Editor, Misra, Pradeep, Series Editor, Mukhopadhyay, Subhas, Series Editor, Ning, Cun-Zheng, Series Editor, Nishida, Toyoaki, Series Editor, Oneto, Luca, Series Editor, Panigrahi, Bijaya Ketan, Series Editor, Pascucci, Federica, Series Editor, Qin, Yong, Series Editor, Seng, Gan Woon, Series Editor, Speidel, Joachim, Series Editor, Veiga, Germano, Series Editor, Wu, Haitao, Series Editor, Zamboni, Walter, Series Editor, Tan, Kay Chen, Series Editor, Luntovskyy, Andriy, editor, Klymash, Mikhailo, editor, Melnyk, Igor, editor, Beshley, Mykola, editor, and Schill, Alexander, editor
- Published
- 2024
- Full Text
- View/download PDF
12. Heuristics: An Overview
- Author
-
Thompson, Jonathan, Kulkarni, Anand J., Section editor, Kulkarni, Anand J., editor, and Gandomi, Amir H., editor
- Published
- 2024
- Full Text
- View/download PDF
13. A Comparison of Crossover Operators in Genetic Algorithms for Steel Domain
- Author
-
Dalkilic, Sahin Burak, Özgür, Atilla, Erdem, Hamit, Uygun, Yilmaz, editor, Özgür, Atilla, editor, and Hütt, Marc-Thorsten, editor
- Published
- 2024
- Full Text
- View/download PDF
14. Optimizing Drone Navigation Using Shortest Path Algorithms
- Author
-
Girijalaxmi, Houde, Kavita V., Hegadi, Ravindra S., Filipe, Joaquim, Editorial Board Member, Ghosh, Ashish, Editorial Board Member, Prates, Raquel Oliveira, Editorial Board Member, Zhou, Lizhu, Editorial Board Member, Santosh, KC, editor, Makkar, Aaisha, editor, Conway, Myra, editor, Singh, Ashutosh K., editor, Vacavant, Antoine, editor, Abou el Kalam, Anas, editor, Bouguelia, Mohamed-Rafik, editor, and Hegadi, Ravindra, editor
- Published
- 2024
- Full Text
- View/download PDF
15. An Observation on the Repetitive Nearest Neighbour Heuristic for the Travelling Salesman Problem.
- Author
-
Sinha, Pritibhushan
- Subjects
TRAVELING salesman problem ,CITIES & towns ,HEURISTIC - Abstract
The travelling salesman problem is a well-known optimisation problem, with a large scope of application and high theoretical significance. The problem may be stated as this. A travelling salesman has to visit some cities. He starts from one city, visits every other city exactly once, going from one city to another, and comes back to the city from where he started. The cost of visiting a city from another city is given. The total cost of the visits is to be minimised. The repetitive nearest neighbour (RNN) heuristic method is a heuristic method to solve the problem. We describe a property of the RNN heuristic method of the travelling salesman problem. A general, simple and elementary example is constructed to show the property of the heuristic method. It is shown that the RNN heuristic method, too, can have efficiency that is arbitrarily bad, without any bound. This may happen even for small instances of the problem. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
16. Hybrid genetic ant colony optimization algorithm for full-coverage path planning of gardening pruning robots.
- Author
-
Xie, Xiaolin, Yan, Zixiang, Zhang, Zhihong, Qin, Yibo, Jin, Hang, and Xu, Man
- Abstract
Gardening pruning robots are widely applied in green space construction. However, increase of green space environment complexity and obstacle number affect the coverage range and work efficiency of robots. To solve this problem, this research proposed a full-coverage path planning algorithm integrating hybrid genetic ant colony and A* algorithm. Specifically tailored to the lawn working environments of horticultural pruning robots, we initially employed visual simultaneous localization and mapping to create a 3D point cloud map, converting it into an occupancy grid map for future path planning. The obtained grid map was partitioned into multiple subareas on the basis of the locations of obstacles. The optimal traversal order of sub-regions was determined using hybrid genetic ant colony method and a new update strategy of heuristic and pheromone factors was developed for improving the ability of global search and probability of jumping out of local optimal solution. Boustrophedon method was applied to fully cover each sub-region, A* algorithm was adopted to connect various sub-regions, and connection strategy was optimized. Simulation results showed that compared with traditional ant colony algorithm and other full-coverage planning algorithms, the algorithm developed in this research presented superior performance in terms of traversal path length, starting distance, coverage rate and turning times on maps with various sizes and complexities. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
17. Appropriate Combination of Crossover Operator andMutation Operator in Genetic Algorithms for the Travelling Salesman Problem.
- Author
-
Ahmed, Zakir Hussain, Haron, Habibollah, and Al-Tameem, Abdullah
- Abstract
Genetic algorithms (GAs) are very goodmetaheuristic algorithms that are suitable for solving NP-hard combinatorial optimization problems. A simpleGA begins with a set of solutions represented by a population of chromosomes and then uses the idea of survival of the fittest in the selection process to select some fitter chromosomes. It uses a crossover operator to create better offspring chromosomes and thus, converges the population. Also, it uses a mutation operator to explore the unexplored areas by the crossover operator, and thus, diversifies the GA search space. A combination of crossover and mutation operators makes the GA search strong enough to reach the optimal solution. However, appropriate selection and combination of crossover operator and mutation operator can lead to a very good GA for solving an optimization problem. In this present paper, we aim to study the benchmark traveling salesman problem (TSP). We developed several genetic algorithms using seven crossover operators and six mutation operators for the TSP and then compared them to some benchmark TSPLIB instances. The experimental studies show the effectiveness of the combination of a comprehensive sequential constructive crossover operator and insertion mutation operator for the problem. The GA using the comprehensive sequential constructive crossover with insertion mutation could find average solutions whose average percentage of excesses from the best-known solutions are between 0.22 and 14.94 for our experimented problem instances. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
18. A Novel Insertion Solution for the Travelling Salesman Problem.
- Author
-
Asani, Emmanuel Oluwatobi, Okeyinka, Aderemi Elisha, Ajagbe, Sunday Adeola, Adebiyi, Ayodele Ariyo, Ogundokun, Roseline Oluwaseun, Adekunle, Temitope Samson, Mudali, Pragasen, and Adigun, Matthew Olusegun
- Subjects
COMBINATORIAL optimization ,METAHEURISTIC algorithms ,ERROR rates - Abstract
The study presents theHalfMax InsertionHeuristic (HMIH) as a novel approach to solving the Travelling Salesman Problem (TSP). The goal is to outperform existing techniques such as the Farthest Insertion Heuristic (FIH) and Nearest Neighbour Heuristic (NNH). The paper discusses the limitations of current construction tour heuristics, focusing particularly on the significant margin of error in FIH. It then proposes HMIH as an alternative that minimizes the increase in tour distance and includes more nodes. HMIH improves tour quality by starting with an initial tour consisting of a 'minimum' polygon and iteratively adding nodes using our novel Half Max routine. The paper thoroughly examines and compares HMIH with FIH and NNH via rigorous testing on standard TSP benchmarks. The results indicate that HMIH consistently delivers superior performance, particularly with respect to tour cost and computational efficiency. HMIH's tours were sometimes 16% shorter than those generated by FIH and NNH, showcasing its potential and value as a novel benchmark for TSP solutions. The study used statistical methods, including Friedman's Non-parametric Test, to validate the performance of HMIH over FIH and NNH. This guarantees that the identified advantages are statistically significant and consistent in various situations. This comprehensive analysis emphasizes the reliability and efficiency of the heuristic, making a compelling case for its use in solving TSP issues. The research shows that, in general, HMIH fared better than FIH in all cases studied, except for a few instances (pr439, eil51, and eil101) where FIH either performed equally or slightly better than HMIH. HMIH's efficiency is shown by its improvements in error percentage (d) and goodness values (g) compared to FIH and NNH. In the att48 instance, HMIH had an error rate of 6.3%, whereas FIH had 14.6% and NNH had 20.9%, indicating that HMIH was closer to the optimal solution. HMIH consistently showed superior performance across many benchmarks, with lower percentage error and higher goodness values, suggesting a closer match to the optimal tour costs. This study substantially contributes to combinatorial optimization by enhancing current insertion algorithms and presenting a more efficient solution for the Travelling Salesman Problem. It also creates new possibilities for progress in heuristic design and optimization methodologies. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
19. Path and cost optimization using genetic algorithm: an application perspective.
- Author
-
Ali, Yousaf, Shah, Syed Waqar, Muhammad, Gul, and Khan, Wasim Ahmed
- Subjects
GENETIC algorithms ,TRAVELING salesman problem ,MATHEMATICAL optimization ,CITIES & towns - Abstract
Genetic Algorithm is an optimization technique inspired by nature. The technique has been used by scientists and engineers for real-life search and optimization problems. This work makes use of the genetic algorithm for the solution of the traveling salesman problem. This work focuses on real-time problems; the algorithm is used to find the optimum path for sales travelers inside the Khyber Pakhtunkhwa Province of Pakistan. The solution provides the shortest distance between the cities to be traveled and gives the optimal route. The coding is done in Python-3 and software is developed for the traveling salesmen, where the salesmen can select the cities, they want to travel, and the software will provide the optimal path and the distance. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
20. A new heuristic algorithm based on minimum spanning tree for solving metric traveling salesman problem
- Author
-
Malihe Masoumi and Javad Behnamian
- Subjects
travelling salesman problem ,metric travelling salesman problem ,heuristic algorithm ,minimum spanning tree ,Technology - Abstract
Due to the many applications of the travelling salesman problem, solving this problem has been considered by many researchers. One of the subsets of the travelling salesman problem is the metric travelling salesman problem in which a triangular inequality is observed. This is a crucial problem in combinatorial optimization as it is used as a standard problem as a basis for proving complexity or providing solutions to other problems in this class. The solution is used usually in logistics, manufacturing and other areas for cost minimization. Since this is an NP-hard problem, heuristic and meta-heuristic algorithms seek near-optimal solutions in polynomial time as numerical solutions. For this purpose, in this paper, a heuristic algorithm based on the minimum spanning tree is presented to solve this problem. Then, by generating 20 instances, the efficiency of the proposed algorithm was compared with one of the most famous algorithms for solving the travelling salesman problem, namely the nearest neighbour algorithm and the ant colony optimization algorithm. The results show that the proposed algorithm has good convergence to the optimal solution. In general, the proposed algorithm has a balance between runtime and the solution found compared to the other two algorithms. So the nearest neighbour algorithm has a very good runtime to reach the solution but did not have the necessary convergence to the optimal solution, and vice versa, the ant colony algorithm converges very well to the optimal solution, but, its runtime solution is very longer than the proposed algorithm.
- Published
- 2024
21. Genetic algorithm to the bi-objective multiple travelling salesman problem
- Author
-
Shayathri Linganathan and Purusotham Singamsetty
- Subjects
Travelling salesman problem ,Multiple travelling salesman problem ,Genetic algorithm with tournament selection ,Engineering (General). Civil engineering (General) ,TA1-2040 - Abstract
The travelling salesman problem (TSP) and its variants have been studied extensively due to its wide range of real-world applications, yet there are challenges in providing efficient algorithms to deal with some of its variants. The multiple travelling salesman problem (MTSP), is the generalization of TSP, which aims to determine m−routes for ‘m’ salesmen to cover a set of n−cities exactly once where each route starts and ends at a depot such that the total distance is least. In this, the number of cities in each route of the optimal solution may be distributed disproportionately. This paper presents, a bi-objective MTSP (BMTSP) with the load balancing constraint, where the first objective is to minimize the total travel distance and the second objective minimizes the total time. A metaheuristic based genetic algorithm with tournament selection (GATS) is designed by integrating with mixed strategies, such as flip, swap and scramble in mutation operation to obtain efficient Pareto solution for BMTSP. The computational experiments are carried out on different data sets, which are derived from the TSPLIB. The performance of GATS is compared with different genetic approaches and simulation results show that the proposed GATS obtained improved solutions on some of the benchmark instances.
- Published
- 2024
- Full Text
- View/download PDF
22. Genetic Algorithm Incorporating Group Theory for Solving the General Travelling Salesman Problem
- Author
-
Singh, Dharm Raj, Singh, Manoj Kumar, Chaurasia, Sachchida Nand, and Verma, Anshul
- Published
- 2024
- Full Text
- View/download PDF
23. Hybrid Heuristic for Solving the Euclidean Travelling Salesman Problem
- Author
-
Singh, Dharm Raj, Singh, Manoj Kumar, Chaurasia, Sachchida Nand, and Verma, Pradeepika
- Published
- 2024
- Full Text
- View/download PDF
24. Genetic algorithm to the bi-objective multiple travelling salesman problem.
- Author
-
Linganathan, Shayathri and Singamsetty, Purusotham
- Subjects
TRAVELING salesman problem ,GENETIC algorithms ,CITIES & towns ,METAHEURISTIC algorithms ,DIFFERENTIAL evolution - Abstract
The travelling salesman problem (TSP) and its variants have been studied extensively due to its wide range of real-world applications, yet there are challenges in providing efficient algorithms to deal with some of its variants. The multiple travelling salesman problem (MTSP), is the generalization of TSP, which aims to determine m − routes for ' m ' salesmen to cover a set of n − cities exactly once where each route starts and ends at a depot such that the total distance is least. In this, the number of cities in each route of the optimal solution may be distributed disproportionately. This paper presents, a bi-objective MTSP (BMTSP) with the load balancing constraint, where the first objective is to minimize the total travel distance and the second objective minimizes the total time. A metaheuristic based genetic algorithm with tournament selection (GATS) is designed by integrating with mixed strategies, such as flip, swap and scramble in mutation operation to obtain efficient Pareto solution for BMTSP. The computational experiments are carried out on different data sets, which are derived from the TSPLIB. The performance of GATS is compared with different genetic approaches and simulation results show that the proposed GATS obtained improved solutions on some of the benchmark instances. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
25. A New Method for Travelling Salesman Problem Relied on Growth Optimization.
- Author
-
Quyen Thi Nguyen
- Subjects
TRAVELING salesman problem ,SEARCH algorithms - Abstract
This paper shows a novel method relied on growth optimization (GO) algorithm for searching the shortest tour length of the travelling salesman problem (TSP). GO is a recent algorithm relied on the idea of learning and reflecting of people in the society. To enhance performance of GO, the 2-opt local search technique is applied for adjusting the candidate solutions created by GO. The effectiveness of GO is validated on five TSP instances consisting of the 14-city, 30-city, 48-city, 52-city and 76-city. The error between the optimal tour length value obtained by GO and the best-known value for these instances is 0.0000%, 0.0000%, 0.0021%, 0.0314% and 0.0004%, respectively. Furthermore, the comparisons to the methods in the literature in term of the optimal and mean tour length values have shown that GO reaches the better values compared to other prvious methods. Thus, the proposed GO approach is a potential method for the TSP problem. [ABSTRACT FROM AUTHOR]
- Published
- 2024
- Full Text
- View/download PDF
26. OPTIMIZATION OF STOCHASTIC TRAVELING SALESMAN PROBLEM USING GENETIC ALGORITHM WITH ROULETTE WHEEL METHOD.
- Author
-
BHURANDA, LOKESH KUMAR and RIZWANULLAH, MOHAMMAD
- Subjects
STOCHASTIC models ,MATHEMATICAL models ,MATHEMATICAL statistics ,GENETIC algorithms ,EVOLUTIONARY algorithms - Abstract
The present work is based on Stochastic Traveling Salesman Problem (STSP), which is a famous combinatorial optimization problem with NP-hard in nature. In this research, we have taken the path length of each pair of all points in the network as stochastic nature (i.e. random variable) with the application of Genetic Algorithm (GA) for obtaining the optimal route of the Stochastic Traveling Salesman Problem (STSP). GA is a good search algorithm to optimize this type of stochastic problems. The aim of this work is to find the best solution for the STSP by GA with roulette wheel method (RWM). We have also used the advancement ability of hereditary calculation to locate the possible answer for STSP. The scope of this work is further extend to optimize large problems in the field of Industry, Logistics, and other transportation problems. [ABSTRACT FROM AUTHOR]
- Published
- 2024
27. Theoretical investigations into principles of topographic map formation and applications
- Author
-
Gale, Nicholas, Eglen, Stephen, and Franze, Kristian
- Subjects
Chemotaxis ,Datascience ,Dynamical Systems ,EphA3 ,GPU acceleration ,Neural Development ,Retintopy ,Spike timing dependent plasticity ,Superior Colliculus ,Travelling Salesman Problem - Abstract
Topographic maps are ubiquitous brain structures that are fundamental to sensory and higher order systems and are composed of connections between two regions obeying the relationship: physically neighbouring cells in a pre-synaptic region connect to physically neighbouring cells in the post-synaptic region. The developmental principles driving topographic map formation are usually studied within the context of genetic perturbations coupled to high resolution measurements and for these the mouse retinotopic map from retina to superior colliculus has emerged as a useful experimental context. Modelling coupled with genetic perturbation experiments has revealed three key developmental mechanisms: neural activity, chemotaxis, and competition. Some principal challenges in modelling this development include explaining the role of the spatio-temporal structure of patterned neural activity, determining the relative interaction between developmental components, and developing models that are sufficiently computationally efficient that statistical methodologies can be applied to them. Neural activity is a well measured component of retinotopic development and several independent measurement techniques have recorded the existence of spatiotemporally patterned waves at key critical points during development. Existing modelling methodologies reduce this rich spatiotemporal context into a distance dependent correlation function and have subsequently had challenges making quantitative predictions about the effect of manipulating these activity patterns. A neural field theory approach is used to develop mathematical theory which can incorporate these spatiotemporal structures. Bayesian MCMC regression analysis is performed on biological measurements to assess the accuracy of the model and make predictions about the time-scale on which activity operates. This time scale is tuned to the length of an average wave pattern suggesting the system is integrating all information in these waves. The interaction between chemotaxis and neural activity has historically been thought of as linearly independent. A recent study which perturbs both developmental mechanisms simultaneously has suggested that these two are highly stochastic and regular development depends on a critical fine- tuned balance between the two: the heterozygous phenotype was observed to present as both a wild-type and homozygote for different specimens. This hypothesis is tested against the data-set used to generate it. Recreating the entire experimental pipeline in silico with the most parsimonious existing model is able to account for the data without the need to appeal to stochasticity in the mechanisms. A statistical analysis demonstrates that the heterozygous state does not significantly overlap with the heterozygotes and that the stochasticity is likely due to the measurement technique. The existing models are computationally demanding; at least O(n3 ) in the number of retinal cells instantiated by the model. This computational demand renders these classes of models incapable of performing statistical regression and means that their parameters spaces are largely unexplored. A modelling framework which integrates the core operating mechanisms of the model is developed and when implemented on modern GPU computational architectures is able to achieve a near- linear time complexity scaling. This model is demonstrated to capture the explanatory power of existing modelling methodologies. Finally, the role of competition is explored in a dimensional reduction framework: the Elastic Net. The Elastic Net has been used both as a heuristic optimiser (validated on the NP-complete Travel- ling Salesman Problem) and to explain the development of cortical feature maps. The addition of competition is demonstrated to act as a counter-measure to the retinotopic distorting components of the Elastic Net as a cortical map generator. Further analysis demonstrates that competition substantially improves heuristic performance on the Travelling Salesman Problem making it competitive against state of the art solvers when performance is normalised by solution times. The heuristic converges on a length scaling law that is discussed in the context of wire-minimisation problem.
- Published
- 2022
- Full Text
- View/download PDF
28. Optimization of Single-valued Triangular Neutrosophic Fuzzy Travelling Salesman Problem
- Author
-
Subadhra Srinivas and K. Prabakaran
- Subjects
neutrosophic set ,neutrosophic number ,single-valued triangular fuzzy neutrosophic number ,single-valued triangular fuzzy neutrosophic distance matrix ,travelling salesman problem ,single-valued triangular fuzzy neutrosophic travelling salesman problem ,score function ,range ,optimal solution ,cycle ,Mathematics ,QA1-939 ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The travelling salesman problem(TSP) is a classic optimization puzzle, widely studied and celebrated for its significance in operations research, mathematics and computer science. It can also be described as an evolution from a mathematical curiosity to a problem that challenges the computation boundaries, sparks algorithmic innovation, and finds practical applications in various industries. The neutrosophic TSP(NTSP) extends the problem by introducing neutrosophy, handling indeterminacy and inconsistency with distances represented by neutrosophic numbers (NNs). The single-valued triangular fuzzy neutrosophic TSP(SVTFNTSP) goes a step further by incorporating both single-valued triangular fuzzy numbers (SVTFNs) and neutrosophy, representing distances with SVTFNNs. The single-valued triangular fuzzy neutrosophic numbers (SVTFNNs) provide a way to model uncertainty via triangular membership functions, offering a more nuanced representation of uncertain and vague distances. This arises the need to use them and enhances realism in solving complex real-world optimization problems. These extensions adapt the TSP to varying uncertain and vague data, ideal for intricate real-world optimization scenarios. This research article delves into the SVTFNTSP, expressed as a single-valued triangular fuzzy neutrosophic distance matrix (SVTFNDM) with SVTFNNs as its core elements, accounting for both uncertainty and imprecision. The investigation encompasses the formulation and examination of this specialized problem by incorporating a score function to assess defuzzification and optimality, alongside the utilization of a proposed systematic stepwise approach to efficiently ascertain optimal solutions. This approach is practically demonstrated through its application to real-world scenarios, effectively showcasing its feasibility and real-world relevance. Subsequently, through a rigorous comparative analysis with the established methodologies, the superior effectiveness and value of the proposed approach are highlighted, specifically in terms of minimizing total travelling costs. This reaffirms its potential as a robust solution for tackling the SVTFNTSP by underlining its practical utility and enhanced performance.
- Published
- 2023
- Full Text
- View/download PDF
29. Enhancing logistics efficiency: A case study of genetic algorithm-based route optimization in distribution problem
- Author
-
Hayati Mukti Asih, Salsabila Aulya Rahman, Karisa Usandi, Qaedi Alwafi E. Saputra, and Aziza Della Marza
- Subjects
travelling salesman problem ,genetic algorithm ,distribution ,Industrial engineering. Management engineering ,T55.4-60.8 - Abstract
The optimization of route planning is a critical consideration frequently happened in the logistics of product distribution. This study addresses distribution issues, such as long trip distances, which result in high distribution costs. The objective of this research is to increase distribution routes' effectiveness, which will enable it to reach the minimize distance and lower the cost of product distribution. The Travelling Salesman Problem (TSP) can be resolved by using the Genetic Algorithm (GA) technique to optimize the path. Variations in crossover, mutation, and population were made when experimenting with GA. The results of the study indicate that the overall distance travelled decreased from 55.5 km to 30.45 km and that the cost of distributing the product was reduced from Rp 94,350.00 to Rp 51,765.00. There is a about 45% improvement. There is about 45% improvement. This optimisation technique has a favourable effect on the overall financial performance and competitiveness of businesses involved in comparable distribution operations, as well as improving operational efficiency and offering the possibility of cost savings.
- Published
- 2023
- Full Text
- View/download PDF
30. A Natural Approach to Solving the Traveling Salesman Problem
- Author
-
Dmitri Terzi
- Subjects
travelling salesman problem ,method of potentials ,optimality criterion ,cyclic substitution ,route ,algorithm ,Cybernetics ,Q300-390 - Abstract
Introduction. The traveling salesman problem is a transport-type problem. It is natural to use a method based on the technology for solving transport problems to solve it. The cyclicity and degeneracy of the solution to the traveling salesman problem requires significant modification of the corresponding stages of solving the transport problem (drawing up an initial feasible solution; checking the plan for optimality; obtaining a new feasible solution). Purpose. Development of a natural approach to solving the traveling salesman problem. Description of the structure of a set of traveling salesman problems that have a predetermined optimal solution. Algorithmic formation of such problems for the purpose of conducting mass computing experiments. Results. The paper presents new results and computational experiments with a developed natural algorithm for solving the traveling salesman problem, based on the technology for solving transport problems, including a new effective method for generating an initial cyclic solution, an algorithm for transitioning from the initial cyclic to another, also cyclic, solution. An algorithm has been developed for constructing the traveling salesman problem with an optimal solution given in advance, which allows for a better understanding of the structure of traveling salesman problems. Conclusions. The results of computational experiments show that the use of potentials method technology for solving the traveling salesman problem, as a special transport problem, is a promising direction for searching for a high-quality solution. The developed algorithms and programs expand the possibilities of solving the traveling salesman problem. The time it takes to solve a problem depends significantly on the size of the problem. In this regard, it is essential to automatically generate the traveling salesman problem with a given optimal solution, which allows you to conduct mass experiments and draw conclusions.
- Published
- 2023
- Full Text
- View/download PDF
31. The Drive Smart Application
- Author
-
Hooi, Jackson Kar Wai, Poon, Russel Wei Quan, Chew, Poh Zun, Lau, Celeste Yi Ling, Kwok, Reina Sze Xuan, Guo, Huaqun, Lu, Jiqiang, editor, Guo, Huaqun, editor, McLoughlin, Ian, editor, Chekole, Eyasu Getahun, editor, Lakshmanan, Umayal, editor, Meng, Weizhi, editor, Wang, Peng Cheng, editor, and Heng Loong Wong, Nicholas, editor
- Published
- 2023
- Full Text
- View/download PDF
32. OptiTour: Tourist Transit Optimizer
- Author
-
Ling, Choon Keat, Kee, Han Xiang, Ming, Kevin Ong Jia, Rosley, Siti Halilah Binte, Liang, Zachary Ding Fang, Guo, Huaqun, Lu, Jiqiang, editor, Guo, Huaqun, editor, McLoughlin, Ian, editor, Chekole, Eyasu Getahun, editor, Lakshmanan, Umayal, editor, Meng, Weizhi, editor, Wang, Peng Cheng, editor, and Heng Loong Wong, Nicholas, editor
- Published
- 2023
- Full Text
- View/download PDF
33. Genetic Algorithms for Storage- and Energy-Aware Caching and Trajectory Optimisation Problem in UAV-Assisted Content Delivery Networks
- Author
-
Lam, Thuong C., Vo, Nguyen-Son, Nguyen, Thanh-Hieu, Phan, Thanh-Minh, Huynh, De-Thu, Akan, Ozgur, Editorial Board Member, Bellavista, Paolo, Editorial Board Member, Cao, Jiannong, Editorial Board Member, Coulson, Geoffrey, Editorial Board Member, Dressler, Falko, Editorial Board Member, Ferrari, Domenico, Editorial Board Member, Gerla, Mario, Editorial Board Member, Kobayashi, Hisashi, Editorial Board Member, Palazzo, Sergio, Editorial Board Member, Sahni, Sartaj, Editorial Board Member, Shen, Xuemin, Editorial Board Member, Stan, Mircea, Editorial Board Member, Jia, Xiaohua, Editorial Board Member, Zomaya, Albert Y., Editorial Board Member, Vo, Nguyen-Son, editor, and Tran, Hoai-An, editor
- Published
- 2023
- Full Text
- View/download PDF
34. Predicting the Empirical Hardness of Metric TSP Instances
- Author
-
Gambardella, Luca Maria, Gualandi, Stefano, Mastrolilli, Monaldo, Vercesi, Eleonora, Vigo, Daniele, Editor-in-Chief, Agnetis, Alessandro, Series Editor, Amaldi, Edoardo, Series Editor, Guerriero, Francesca, Series Editor, Lucidi, Stefano, Series Editor, Messina, Enza, Series Editor, Sforza, Antonio, Series Editor, Cosmi, Matteo, editor, Peirano, Lorenzo, editor, Raffaele, Alice, editor, and Samà, Marcella, editor
- Published
- 2023
- Full Text
- View/download PDF
35. Solving the Traveling Salesman with the Rat Swarm Optimization Algorithm (RSO)
- Author
-
Mzili, Toufik, Riffi, Mohammed Essaid, Mzili, Ilyass, Chaari, Fakher, Series Editor, Gherardini, Francesco, Series Editor, Ivanov, Vitalii, Series Editor, Cavas-Martínez, Francisco, Editorial Board Member, di Mare, Francesca, Editorial Board Member, Haddar, Mohamed, Editorial Board Member, Kwon, Young W., Editorial Board Member, Trojanowska, Justyna, Editorial Board Member, Xu, Jinyang, Editorial Board Member, Azrar, Lahcen, editor, Jalid, Abdelilah, editor, Lamouri, Samir, editor, Siadat, Ali, editor, and Taha Janan, Mourad, editor
- Published
- 2023
- Full Text
- View/download PDF
36. Fairer Comparisons for Travelling Salesman Problem Solutions Using Hash Functions
- Author
-
El Krari, Mehdi, Guibadj, Rym Nesrine, Woodward, John, Robilliard, Denis, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Pérez Cáceres, Leslie, editor, and Stützle, Thomas, editor
- Published
- 2023
- Full Text
- View/download PDF
37. An Effective Logistics Network Design Using Donkey-Smugglers Optimization (DSO) Algorithm
- Author
-
Anitha, N., Priya, Devi, Baskar, C., Devisurya, V., Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Abraham, Ajith, editor, Hanne, Thomas, editor, Gandhi, Niketa, editor, Manghirmalani Mishra, Pooja, editor, Bajaj, Anu, editor, and Siarry, Patrick, editor
- Published
- 2023
- Full Text
- View/download PDF
38. Modified Discrete Differential Evolution with Neighborhood Approach for Grayscale Image Enhancement
- Author
-
Radhakrishnan, Anisha, Jeyakumar, G., Chlamtac, Imrich, Series Editor, Kumar, B. Vinoth, editor, Sivakumar, P., editor, Surendiran, B., editor, and Ding, Junhua, editor
- Published
- 2023
- Full Text
- View/download PDF
39. Transportprobleme
- Author
-
Hanne, Thomas, Dornberger, Rolf, Hanne, Thomas, and Dornberger, Rolf
- Published
- 2023
- Full Text
- View/download PDF
40. Quadratic Dragonfly Algorithm for Numerical Optimization and Travelling Salesman Problem
- Author
-
Soni, Divya, Sharma, Nirmala, Sharma, Harish, Kacprzyk, Janusz, Series Editor, Gomide, Fernando, Advisory Editor, Kaynak, Okyay, Advisory Editor, Liu, Derong, Advisory Editor, Pedrycz, Witold, Advisory Editor, Polycarpou, Marios M., Advisory Editor, Rudas, Imre J., Advisory Editor, Wang, Jun, Advisory Editor, Saraswat, Mukesh, editor, Chowdhury, Chandreyee, editor, Kumar Mandal, Chintan, editor, and Gandomi, Amir H., editor
- Published
- 2023
- Full Text
- View/download PDF
41. Hybrid Sweep Algorithm and Modified Ant System with Threshold for Travelling Salesman Problem
- Author
-
Rungwachira, Petcharat, Thammano, Arit, Xhafa, Fatos, Series Editor, Xiong, Ning, editor, Li, Maozhen, editor, Li, Kenli, editor, Xiao, Zheng, editor, Liao, Longlong, editor, and Wang, Lipo, editor
- Published
- 2023
- Full Text
- View/download PDF
42. The interval min–max regret knapsack packing-delivery problem.
- Author
-
Wang, Shijin, Cui, Wenli, Chu, Feng, and Yu, Jianbo
- Subjects
KNAPSACK problems ,TRAVELING salesman problem ,BACKPACKS ,EXPRESS service (Delivery of goods) ,ALGORITHMS ,PROBLEM solving - Abstract
This paper studies an interval data min–max regret (IDMR) version of the packing-delivery problem, in which a 0-1 knapsack problem is for parcel packing and a capacitated travelling salesman problem is for parcel delivery. The parcel profits for the courier and the tour costs are uncertain and they can take any value from a specific interval with lower and upper bound values. The problem is how to select and deliver a subset of parcels to minimise the maximum regret of net profit which is the difference between the total profits of the selected parcels and the total delivery costs, to deal with the trade-off of the solution robustness and performance. To tackle the problem effectively, we first prove the worst-case scenario of a solution to the problem, based on which, a mixed integer linear programming is formulated. A Benders-like decomposition algorithm is then developed to solve small-scale problems to optimality within the manageable computation time. For medium- and large-scale problems, a simulated-annealing-based heuristic method with a local search procedure is designed. Extensive computational experiments show the efficiency and effectiveness of the proposed methods. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
43. Optimization of Single-valued Triangular Neutrosophic Fuzzy Travelling Salesman Problem.
- Author
-
Srinivas, Subadhra and Prabakaran, K.
- Subjects
- *
COMPUTATIONAL mathematics , *FUZZY numbers , *OPERATIONS research , *TRAVELING salesman problem , *COMPUTER science , *MEMBERSHIP functions (Fuzzy logic) , *TRAVEL costs - Abstract
The travelling salesman problem(TSP) is a classic optimization puzzle, widely studied and celebrated for its significance in operations research, mathematics and computer science. It can also be described as an evolution from a mathematical curiosity to a problem that challenges the computation boundaries, sparks algorithmic innovation, and finds practical applications in various industries. The neutrosophic TSP(NTSP) extends the problem by introducing neutrosophy, handling indeterminacy and inconsistency with distances represented by neutrosophic numbers(NNs). The single-valued triangular fuzzy neutrosophic TSP(SVTFNTSP) goes a step further by incorporating both single-valued triangular fuzzy numbers(SVTFNs) and neutrosophy, representing distances with SVTFNNs. The single-valued triangular fuzzy neutrosophic numbers(SVTFNNs) provide a way to model uncertainty via triangular membership functions, offering a more nuanced representation of uncertain and vague distances. This arises the need to use them and enhances realism in solving complex real-world optimization problems. These extensions adapt the TSP to varying uncertain and vague data, ideal for intricate real-world optimization scenarios. This research article delves into the SVTFNTSP, expressed as a single-valued triangular fuzzy neutrosophic distance matrix(SVTFNDM) with SVTFNNs as its core elements, accounting for both uncertainty and imprecision. The investigation encompasses the formulation and examination of this specialized problem by incorporating a score function to assess defuzzification and optimality, alongside the utilization of a proposed systematic stepwise approach to efficiently ascertain optimal solutions. This approach is practically demonstrated through its application to real-world scenarios, effectively showcasing its feasibility and real-world relevance. Subsequently, through a rigorous comparative analysis with the established methodologies, the superior effectiveness and value of the proposed approach are highlighted, specifically in terms of minimizing total travelling costs. This reaffirms its potential as a robust solution for tackling the SVTFNTSP by underlining its practical utility and enhanced performance. [ABSTRACT FROM AUTHOR]
- Published
- 2023
44. Evolving ensembles of heuristics for the travelling salesman problem.
- Author
-
Gil-Gala, Francisco J., Durasević, Marko, Sierra, María R., and Varela, Ramiro
- Subjects
- *
TRAVELING salesman problem , *HEURISTIC , *GENETIC programming , *GENETIC algorithms , *GREEDY algorithms - Abstract
The Travelling Salesman Problem (TSP) is a well-known optimisation problem that has been widely studied over the last century. As a result, a variety of exact and approximate algorithms have been proposed in the literature. When it comes to solving large instances in real-time, greedy algorithms guided by priority rules represent the most common approach, being the nearest neighbour (NN) heuristic one of the most popular rules. NN is quite general but it is too simple and so it may not be the best choice in some cases. Alternatively, we may design more sophisticated heuristics considering the particular features of families of instances. To do that, we have to consider problem attributes other than the proximity of the next city to build priority rules. However, this process may not be easy for humans and so it is often addressed by some learning procedure. In this regard, hyper-heuristics as Genetic Programming (GP) stands as one of the most popular approaches. Furthermore, a single heuristic, even being good in average, may not be good for a number of instances of a given set. For this reason, the use of ensembles of heuristics is often a good alternative, which raises the problem of building ensembles from a given set of heuristic rules. In this paper, we study the application of two kinds of ensembles to the TSP. Given a set of TSP instances having similar characteristics, we firstly exploit a GP to build a set of heuristics involving a number of problem attributes, and then we build ensembles combining these heuristics by means of a Genetic Algorithm (GA). The experimental study provided valuable insights into the construction and utilisation of single rules and ensembles. It clearly demonstrated that the performance of ensembles justifies the time invested when compared to using individual heuristics. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
45. An optimization approach for an order-picking warehouse: An empirical case.
- Author
-
Thanh Van Luu, Chromjaková, Felicita, and Bobák, Roman
- Subjects
- *
TRAVELING salesman problem , *COMBINATORIAL optimization , *CARBON emissions , *WAREHOUSE automation , *WAREHOUSES , *CUSTOMER satisfaction , *WAREHOUSE management , *ORGANIZATIONAL effectiveness - Abstract
Order-picking optimization in a business sustainable competitiveness context is challenging due to prior studies focusing on theoretical model development with unrealistic assumptions in their algorithms and methodological validation, often neglecting practical concerns. This paper improves order-picking operations by employing combinatorial optimization as a travelling salesman problem and class-based dedicated storage models for the ATP company. The paper's originality and novelty lie in bridging the gap between academia and management, presenting an effort to connect theoretical concepts with practical optimization in order-picking warehouse operations in an environment of competitiveness. Realistic data and LINGO software were employed, revealing substantial improvements in the ATP warehouse operations through optimized pick path decisions embedded in warehouse layouts. This paper provides managerial tools for distance traveled optimization in the warehouse that yield competitive edges, enhanced supply chain efficiency and effectiveness, as well as other positive impacts on social, and environmental concerns such as labor safety, customer satisfaction, energy consumption, and CO2 emission. The paper also outlines future research directions to advance warehouse management and address sustainable competitiveness challenges, adding a new dimension to the original research. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
46. Solving travelling thief problems using coordination based methods.
- Author
-
Namazi, Majid, Newton, M. A. Hakim, Sanderson, Conrad, and Sattar, Abdul
- Subjects
TRAVELING salesman problem ,KNAPSACK problems ,CITIES & towns ,BENCHMARK problems (Computer science) ,COMBINATORIAL optimization ,THIEVES - Abstract
A travelling thief problem (TTP) is a proxy to real-life problems such as postal collection. TTP comprises an entanglement of a travelling salesman problem (TSP) and a knapsack problem (KP) since items of KP are scattered over cities of TSP, and a thief has to visit cities to collect items. In TTP, city selection and item selection decisions need close coordination since the thief's travelling speed depends on the knapsack's weight and the order of visiting cities affects the order of item collection. Existing TTP solvers deal with city selection and item selection separately, keeping decisions for one type unchanged while dealing with the other type. This separation essentially means very poor coordination between two types of decision. In this paper, we first show that a simple local search based coordination approach does not work in TTP. Then, to address the aforementioned problems, we propose a human designed coordination heuristic that makes changes to collection plans during exploration of cyclic tours. We further propose another human designed coordination heuristic that explicitly exploits the cyclic tours in item selections during collection plan exploration. Lastly, we propose a machine learning based coordination heuristic that captures characteristics of the two human designed coordination heuristics. Our proposed coordination based approaches help our TTP solver significantly outperform existing state-of-the-art TTP solvers on a set of benchmark problems. Our solver is named Cooperation Coordination (CoCo) and its source code is available from https://github.com/majid75/CoCo. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
47. To improve the performance of genetic algorithms by using a novel selection operator.
- Author
-
Yasir Abbas Naqvi, Syed and Iqbal, Zahid
- Subjects
- *
GENETIC algorithms , *TRAVELING salesman problem , *MEAN value theorems , *STANDARD deviations - Abstract
The Genetic Algorithm (GA) was developed as a search engine for difficult non-deterministic polynomial optimization problems. However, it suffers from internal weaknesses, such as premature convergence and low computation efficiency. One critical aspect of the GA is the selection process, which determines new paths and ultimately guides the algorithm towards a solution. This paper details a novel selection procedure that is a perfect blend of the two extremes, namely exploitation and exploration. The proposed technique eliminates the fitness scaling problem by changing the selection pressure continuously during the selection stage. Utilizing traveling salesman problem library (TSPLIB) instances, a performance comparison of the proposed method with a few traditional selection methods was conducted, and the proposed strategy yielded much better outcomes in the form of standard deviations and mean values. A two-sided t-test was also developed, and the results revealed that the proposed strategy enhanced the performance of a GA substantially. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
48. Machine learning algorithm application in trip planning.
- Author
-
Gadliauskas, Grantas and Kriščiūnas, Andrius
- Subjects
TRAVELING sales personnel ,MACHINE learning ,ALGORITHMS ,DYNAMIC programming ,DATA analysis - Abstract
This article explores how machine learning can be applied in efficiently solving a variation of the Travelling Salesman Problem (TSP) in the context of air travel tourism. Large number of cities create too many trip route combinations to be efficiently evaluated in real time. The method proposed uses a feedforward neural network to narrow down the number of trip route combinations, while a more traditional algorithm based on dynamic programming is then able to select the best trip offers. It was shown that the method could be applied in practice to achieve almost real-time generation of best possible trip offers while evaluating a large amount of real-world flight data. [ABSTRACT FROM AUTHOR]
- Published
- 2023
- Full Text
- View/download PDF
49. On Enhanced Intelligent Water Drops Algorithm for Travelling Salesman Problem under Uncertain Paradigm
- Author
-
Halder Swapna, Sharma Haresh Kumar, Biswas Arindam, Prentkovskis Olegas, Majumder Saibal, and Skačkauskas Paulius
- Subjects
travelling salesman problem ,intelligent water drops algorithm ,uncertain variable ,Transportation and communication ,K4011-4343 - Abstract
Travelling salesman problem (TSP) is a well known combinatorial optimization problem which has drawn colossal attention due to its eclectic range of applications. In this article, we have proposed two modified versions of intelligent water drops (IWD) algorithm. The first one is the enhanced IWD (e-IWD) algorithm to solve single objective TSP. In the second modification, e-IWD algorithm has been extended to enhanced multi-objective IWD(e-MIWD) algorithm for solving multi-objective TSP. In order to achieve a better exploration capability in both of the proposed algorithms, the soil and velocity parameters of a randomly selected water drop are updated after every iteration of the algorithm when it traverses all the intermediate vertices for a tour. The proposed algorithms have been compared with some other existing similar algorithms on different benchmark instances of TSPs. Furthermore, we have addressed the TSP for both single and multiple objectives under uncertain environment.
- Published
- 2023
- Full Text
- View/download PDF
50. Towards a quantum speedup via applications and architectures
- Author
-
Moylett, Alexandra E., Linden, Noah, and Turner, Peter
- Subjects
006.3 ,quantum computing ,travelling salesman problem ,boson sampling - Abstract
Since their original proposal in the 70s and 80s, quantum computers have evolved from an interesting theoretical concept to a physically realisable technology. This has been particularly exemplified with a recent publication by Arute et al. ('Nature', 574(7779):505-510, 2019), which has demonstrated a quantum computer solving a problem that is believed to be classically hard. While this is much cause for celebration and interest, the work towards showing what a quantum computer can really do is still yet to come. Arute et al.'s result shows a quantum computer solving a hard problem, but not a useful one. This is the question we push towards in this thesis: What problem with real-world applications can a quantum computer solve faster than a classical computer? We make contributions towards solving this problem in two ways: First, an applications-focused approach: We show how a quantum computer can solve the Travelling Salesman Problem on bounded-degree graphs polynomially faster. This is achieved through applying a quantum speedup for Backtracking algorithms to classical algorithms for solving the Travelling Salesman Problem when the degree of the graph is at most 3 or 4. We then obtain further polynomial speedups when the degree of the graph is at most 6, by a combination of reducing to the degree-4 case and quantum minimum finding. Second, an architecture-focused approach: We consider how photon distinguishability and loss affect the near-term quantum architecture known as Boson Sampling. In doing so, we provide a way of mathematically modelling these imperfections as decoherence in a quantum circuit, via representation theory in first quantisation. We then show how current classical simulation algorithms can be sped up by taking advantage of these imperfections, and suggest what photonic regimes our simulator provides better performance for.
- Published
- 2020
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.