KMITL

Permanent URI for this communityhttps://dspace.kmitl.ac.th/handle/123456789/1

Browse

Search Results

Now showing 1 - 2 of 2
  • Some of the metrics are blocked by your 
    Item type:Publication,
    Ant Colony Optimization for Solving Electric Vehicle Traveling Salesman Problems
    (2026-01-01)
    Janjarassuk, Udom
    Electric Vehicles (EVs) have become very popular nowadays due to their affordability, lower operating cost and maintenance cost, and environmental benefits. In this paper, we study an electric vehicle variant of the traveling salesman problem (EV-TSP) by using a modified ant colony optimization (ACO) method. Unlike the traditional traveling salesman problem (TSP), the electric vehicle variant of the TSP is more complex due to the limited battery range and the requirement of recharging along the trip. To tackle these difficulties, our proposed algorithm incorporates the battery level constraint as a heuristic information for choosing the next visiting node. We use a sigmoid function to capture the probability of node selection in addition to the pheromone value and visibility of ant. The type of nodes is also considered during the node selection. When the remaining battery level of the vehicle is low, the charging station nodes will have higher probability of being selected compared to the customer nodes, and vice versa. The algorithm was implemented in C++ and tested by using a number of benchmark instances from TSPLIB. The problem instances were modified by adding vehicle range and charging stations with their associated locations. Computational results were reported to show the effectiveness of the algorithm.
  • Some of the metrics are blocked by your 
    Item type:Publication,
    Hybrid Ant Colony Optimization Method for the Traveling Salesman Problem
    (2024-01-01)
    Janjarassuk, Udom
    The traveling salesman problem (TSP) is a classic problem in computer science and operations research which involves finding the shortest possible route that visits a given set of cities. In this paper, we propose a hybrid algorithm for solving such problem. The algorithm combines the ant colony optimization (ACO) method with the 2-opt heuristic to improve the efficiency for solving the TSP. Instances from the TSPLIB were used to test the algorithm. The results showed that the hybrid ACO algorithm was more effective in solving the TSP as compared to the traditional ACO or the 2-opt heuristic methods.