Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleOctober 2024
Solution of maximum scatter traveling salesman problem through evolutionary approaches
AbstractThis paper is concerned with a variant of the traveling salesman problem (TSP) called the maximum scatter traveling salesman problem (MSTSP). The goal of MSTSP is to find a Hamiltonian cycle that maximizes the minimum length edge of the cycle. ...
Highlights- This paper is concerned with the maximum scatter traveling salesman problem (MSTSP).
- Two evolutionary approaches are proposed for solving this problem.
- First approach is a steady-state genetic algorithm, while the latter is a ...
- research-articleJuly 2024
- research-articleJuly 2024
Solution of the family traveling salesman problem using a hyper-heuristic approach
Engineering Applications of Artificial Intelligence (EAAI), Volume 133, Issue PChttps://doi.org/10.1016/j.engappai.2024.108193AbstractThis article is concerned with a recently introduced variant of the generalized traveling salesman problem (GTSP) called the family traveling salesman problem (FTSP). Given a set of nodes partitioned into multiple clusters termed as families, the ...
- research-articleJuly 2024
A novel hybrid swarm intelligence algorithm for solving TSP and desired-path-based online obstacle avoidance strategy for AUV
Robotics and Autonomous Systems (ROAS), Volume 177, Issue Chttps://doi.org/10.1016/j.robot.2024.104678AbstractAiming at the problem that Ant Colony Optimization (ACO) is subject primarily to the parameters, we propose a hybrid algorithm SOA-ACO-2Opt to optimize the ACO parameter combination through Seagull Optimization Algorithm (SOA) to strengthen ACO’s ...
Graphical abstractDisplay Omitted
Highlights- A hybrid algorithm SOA-ACO-2Opt is proposed to solve TSP.
- A multi-population mechanism is used to reduce redundant computation and avoid early convergence.
- The desired-path-based avoidance strategy is efficient and of low ...
- research-articleJuly 2024
A hybrid and adaptive evolutionary approach for multitask optimization of post-disaster traveling salesman and repairman problems
Computers and Operations Research (CORS), Volume 167, Issue Chttps://doi.org/10.1016/j.cor.2024.106622AbstractTraveling Salesman Problem (TSP) and Traveling Repairman Problem (TRP) have been studied due to their real-world applications. While the TSP minimizes the total time to travel to all customers, the TRP minimizes the total waiting time between a ...
Highlights- Develop the first formulations for both TSPPD and TRPPD and solving by MIP-Solver.
- Propose a combining the MFEA framework and Tabu Search to solve TSPPD and TRPPD.
- Experiments show that proposed MFEA-TS obtains near-optimal ...
-
- research-articleJune 2024
A lightweight CNN-transformer model for learning traveling salesman problems
Applied Intelligence (KLU-APIN), Volume 54, Issue 17-18Pages 7982–7993https://doi.org/10.1007/s10489-024-05603-xAbstractSeveral studies have attempted to solve traveling salesman problems (TSPs) using various deep learning techniques. Among them, Transformer-based models show state-of-the-art performance even for large-scale Traveling Salesman Problems (TSPs). ...
- research-articleJuly 2024
An edge-aware graph autoencoder trained on scale-imbalanced data for traveling salesman problems
AbstractIn recent years, there has been a notable surge in research on machine learning techniques for combinatorial optimization. It has been shown that learning-based methods outperform traditional heuristics and mathematical solvers on the Traveling ...
- ArticleMay 2024
Enhancing Policy Gradient for Traveling Salesman Problem with Data Augmented Behavior Cloning
Advances in Knowledge Discovery and Data MiningPages 327–338https://doi.org/10.1007/978-981-97-2253-2_26AbstractThe use of deep reinforcement learning (DRL) techniques to solve classical combinatorial optimization problems like the Traveling Salesman Problem (TSP) has garnered considerable attention due to its advantage of flexible and fast model-based ...
- research-articleJuly 2024
Discrete artificial bee colony algorithm with fixed neighborhood search for traveling salesman problem
Engineering Applications of Artificial Intelligence (EAAI), Volume 131, Issue Chttps://doi.org/10.1016/j.engappai.2023.107816AbstractFor the artificial bee colony algorithm (ABC), it is easy to fall into local optimum and has lower convergence accuracy when solving the traveling salesman problem. For addressing this demerit further, a discrete artificial bee colony algorithm ...
- research-articleJuly 2024
Deep clustering of the traveling salesman problem to parallelize its solution
Computers and Operations Research (CORS), Volume 165, Issue Chttps://doi.org/10.1016/j.cor.2024.106548Highlights- Traveling salesman problem is parallelized by clustering its nodes.
- Clustering is fulfilled iteratively by two-group partitioning of every cluster.
- No further clustering is needed if an open-loop problem is sufficiently small.
- ...
A method of heuristically solving large traveling salesman problems is suggested, where a dramatic computational speedup is guaranteed. A specific genetic algorithm is the solver. The initial problem is broken into a set of open-loop subproblems ...
- research-articleJuly 2024
G-DGANet: Gated deep graph attention network with reinforcement learning for solving traveling salesman problem
AbstractCombinatorial optimization problem (COP) is an NP-hard problem for which finding an optimal solution is difficult, especially as the problem size increases. The Traveling Salesman Problem (TSP), one of the COPs that can be formulated over a graph,...
- research-articleAugust 2024
A multioperator genetic algorithm for the traveling salesman problem with job-times
Expert Systems with Applications: An International Journal (EXWA), Volume 240, Issue Chttps://doi.org/10.1016/j.eswa.2023.122472AbstractThis paper addresses the traveling salesman problem with job-times (TSPJ). TSPJ considers two sets of equal size, a set of tasks and a set of vertices, where a traveler must visit each vertex exactly once, return to the starting vertex, and ...
Highlights- A multioperator genetic algorithm for the traveling salesman problem with job-times.
- The algorithm works with three crossover and five mutation operators.
- Synergistic effect between the multioperator approach and effective ...
- research-articleApril 2024
A general variable neighborhood search for the traveling salesman problem with time windows under various objectives
Discrete Applied Mathematics (DAMA), Volume 346, Issue CPages 95–114https://doi.org/10.1016/j.dam.2023.12.006AbstractThe traveling salesman problem with time windows (TSPTW) has wide practical applications in transportation and scheduling operations. We study the TSPTW in the deterministic case as well as under travel time uncertainty. We consider the three ...
- research-articleMarch 2024
Generalization in Deep RL for TSP Problems via Equivariance and Local Search
AbstractDeep reinforcement learning (RL) has proved to be a competitive heuristic for solving small-sized instances of traveling salesman problems (TSP), but its performance on larger-sized instances is insufficient. Since training on large instances is ...
- research-articleJuly 2024
Probability estimation and structured output prediction for learning preferences in last mile delivery
Computers and Industrial Engineering (CINE), Volume 189, Issue Chttps://doi.org/10.1016/j.cie.2024.109932AbstractWe study the problem of learning the preferences of drivers and planners in the context of last mile delivery. Given a data set containing historical decisions and delivery locations, the goal is to capture the implicit preferences of the ...
Highlights- Expert routing preferences are learned from past solutions in last mile delivery.
- Two-stage approach to learn routing preferences in the traveling salesman problem.
- Structured output prediction is used to improve route prediction ...
- research-articleJune 2024
An effective memetic algorithm for the close-enough traveling salesman problem
AbstractThe Close-Enough Traveling Salesman Problem (CETSP) is a variant of the well-known Traveling Salesman Problem (TSP). Unlike the TSP, each target in the CETSP has a disk neighborhood, and the target is considered visited when any point in its ...
Highlights- The Close-Enough Traveling Salesman Problem is a general model for applications.
- We propose a hybrid evolutionary algorithm for solving this challenging problem.
- The algorithm combines a dedicated crossover and a powerful local ...
- research-articleFebruary 2024
A decision-making tool for the determination of the distribution center location in a humanitarian logistics network
Expert Systems with Applications: An International Journal (EXWA), Volume 238, Issue PChttps://doi.org/10.1016/j.eswa.2023.122010Highlights- We propose a novel tool for selecting a distribution center for aid distribution.
- We combine knowledge from different fields for a hybrid decision-making approach.
- We provide a promising solution for timely decisions in ...
The distribution of humanitarian aid is a vital issue for humanity's future. In recent years, the management of humanitarian crises has become more crucial than it was a decade ago. Due to the volatility and urgency that characterize such ...
- research-articleFebruary 2024
A parallel branch-and-cut and an adaptive metaheuristic to solve the Family Traveling Salesman Problem
Expert Systems with Applications: An International Journal (EXWA), Volume 238, Issue PAhttps://doi.org/10.1016/j.eswa.2023.121735AbstractThis paper addresses the Family Traveling Salesman Problem (FTSP), a variant of the Traveling Salesman Problem that group nodes into families. The goal is to select the best route by visiting only a subset of nodes from each family. We developed ...
Highlights- We propose exact and heuristic methods to solve the Family Traveling Salesman Problem.
- We design a parallel branch&cut algorithm with an efficient local search procedure.
- A BRKGA-QL method was adapted with different decoders and ...
- research-articleJanuary 2024
A branch-and-cut algorithm for the balanced traveling salesman problem
Journal of Combinatorial Optimization (SPJCO), Volume 47, Issue 2https://doi.org/10.1007/s10878-023-01097-4AbstractThe balanced traveling salesman problem (BTSP) is a variant of the traveling salesman problem, in which one seeks a tour that minimizes the difference between the largest and smallest edge costs in the tour. The BTSP, which is obviously NP-hard, ...