1,393 research outputs found

    Metaheuristics for the Vehicle Routing Problem with Loading Constraints

    Get PDF
    We consider a combination of the capacitated vehicle routing problem and a class of additional loading constraints involving a parallel machine scheduling problem. The work is motivated by a real-world transportation problem occurring to a wood-products retailer, which delivers its products to a number of customers in a specific region. We solve the problem by means of two different metaheuristics algorithms: a Tabu Search and an Ant Colony Optimization. Extensive computational results are given for both algorithms, on instances derived from the vehicle routing literature and on real-world instances

    Vehicle routing problem considering reconnaissance and transportation

    Get PDF
    학위논문 (석사)-- 서울대학교 대학원 : 공과대학 산업공학과, 2019. 2. 문일경.Troop movement involves transporting military personnel from one location to another using available means. To minimize damage from enemies, the military simultaneously uses reconnaissance and transportation units during troop movements. This thesis proposes vehicle routing problem considering reconnaissance and transportation (VRPCRT) for troop movements in wartime. VRPCRT is formulated as a mixed-integer programming model for minimizing the completion time of wartime troop movements. For this thesis, an ant colony optimization (ACO) algorithm for the VRPCRT was also developed and computational experiments were conducted to compare the performance of the ACO algorithm and that of the mixed-integer programming model. Furthermore, a sensitivity analysis of the change in the number of reconnaissance and transportation vehicles was performed, and the effects of each type of vehicle on troop movement were analyzed.Abstract iii Contents iv List of Tables vi List of Figures vii Chapter 1 Introduction 1 1.1 Research Motivation and Contribution 4 1.2 Organization of the Thesis 5 Chapter 2 Literature Review 6 2.1 Review of pickup and delivery problem 6 2.2 Review of ant colony optimization algorithms 9 Chapter 3 Mathematical model 10 3.1 Problem description 10 3.2 The model formulation 14 3.3 Numerical example 17 Chapter 4 Ant colony optimization algorithm 20 4.1 Construction of a solution 21 4.2 Pheromone updating 23 Chapter 5 Computational experiment 26 5.1 Experiment 1 26 5.2 Experiment 2 29 Chapter 6 Conclusion 34 5.1 Findings 34 5.2 Future direction 35 Bibliography 36 국문초록 40 감사의 글 41Maste

    Low Carbon Logistics Optimization for Multi-depot CVRP with Backhauls - Model and Solution

    Get PDF
    CVRP (Capacitated Vehicle Routing Problems) is the integrated optimization of VRP and Bin Packing Problem (BPP), which has far-reaching practical significance, because only by taking both loading and routing into consideration can we make sure the delivery route is the most economic and the items are completely and reasonably loaded into the vehicles. In this paper, the CVRP with backhauls from multiple depots is addressed from the low carbon perspective. The problem calls for the minimization of the carbon emissions of a fleet of vehicles needed for the delivery of the items demanded by the clients. The overall problem, denoted as 2L-MDCVRPB, is NP-hard and it is very difficult to get a good performance solution in practice. We propose a quantum-behaved particle swarm optimization (QPSO) and exploration heuristic local search algorithm (EHLSA) in order to solve this model. In addition, three groups of computational experiments based on well-known benchmark instances are carried out to test the efficiency and effectiveness of the proposed model and algorithm, thereby demonstrating that the proposed method takes a short computing time to generate high quality solutions. For some instances, our algorithm can obtain new better solutions

    On the use of biased-randomized algorithms for solving non-smooth optimization problems

    Get PDF
    Soft constraints are quite common in real-life applications. For example, in freight transportation, the fleet size can be enlarged by outsourcing part of the distribution service and some deliveries to customers can be postponed as well; in inventory management, it is possible to consider stock-outs generated by unexpected demands; and in manufacturing processes and project management, it is frequent that some deadlines cannot be met due to delays in critical steps of the supply chain. However, capacity-, size-, and time-related limitations are included in many optimization problems as hard constraints, while it would be usually more realistic to consider them as soft ones, i.e., they can be violated to some extent by incurring a penalty cost. Most of the times, this penalty cost will be nonlinear and even noncontinuous, which might transform the objective function into a non-smooth one. Despite its many practical applications, non-smooth optimization problems are quite challenging, especially when the underlying optimization problem is NP-hard in nature. In this paper, we propose the use of biased-randomized algorithms as an effective methodology to cope with NP-hard and non-smooth optimization problems in many practical applications. Biased-randomized algorithms extend constructive heuristics by introducing a nonuniform randomization pattern into them. Hence, they can be used to explore promising areas of the solution space without the limitations of gradient-based approaches, which assume the existence of smooth objective functions. Moreover, biased-randomized algorithms can be easily parallelized, thus employing short computing times while exploring a large number of promising regions. This paper discusses these concepts in detail, reviews existing work in different application areas, and highlights current trends and open research lines

    Improving inbound logistic planning for large-scale real-world routing problems: a novel ant-colony simulation-based optimization

    Get PDF
    Abstract This paper presents the first results of an agent-based model aimed at solving a Capacitated Vehicle Routing Problem (CVRP) for inbound logistics using a novel Ant Colony Optimization (ACO) algorithm, developed and implemented in the NetLogo multi-agent modelling environment. The proposed methodology has been applied to the case study of a freight transport and logistics company in South Italy in order to find an optimal set of routes able to transport palletized fruit and vegetables from different farms to the main depot, while minimizing the total distance travelled by trucks. Different scenarios have been analysed and compared with real data provided by the company, by using a set of key performance indicators including the load factor and the number of vehicles used. First results highlight the validity of the method to reduce cost and scheduling and provide useful suggestions for large-size operations of a freight transport service

    Cosolver2B: An Efficient Local Search Heuristic for the Travelling Thief Problem

    Full text link
    Real-world problems are very difficult to optimize. However, many researchers have been solving benchmark problems that have been extensively investigated for the last decades even if they have very few direct applications. The Traveling Thief Problem (TTP) is a NP-hard optimization problem that aims to provide a more realistic model. TTP targets particularly routing problem under packing/loading constraints which can be found in supply chain management and transportation. In this paper, TTP is presented and formulated mathematically. A combined local search algorithm is proposed and compared with Random Local Search (RLS) and Evolutionary Algorithm (EA). The obtained results are quite promising since new better solutions were found.Comment: 12th ACS/IEEE International Conference on Computer Systems and Applications (AICCSA) 2015. November 17-20, 201
    corecore