The sweep algorithm for solving optimal control problem with three-point boundary conditions is offered. According to this algorithm the search for initial conditions is reduced to solution of the corresponding system...
详细信息
The sweep algorithm for solving optimal control problem with three-point boundary conditions is offered. According to this algorithm the search for initial conditions is reduced to solution of the corresponding system of linear algebraic equations. Analogous algorithm is proposed for a discrete case.
The sweep algorithm for solving optimal control problem with multi-point boundary conditions is offered. According to this algorithm, the search of initial conditions is reduced to the solution of the corresponding sy...
详细信息
The sweep algorithm for solving optimal control problem with multi-point boundary conditions is offered. According to this algorithm, the search of initial conditions is reduced to the solution of the corresponding system of linear algebraic equations. A similar algorithm is proposed for the discrete case.
The sweep algorithm has been widely used for the vehicle routing problem and its variants since it was published in 1971. It clusters a group of stops into a route according to the polar angle between the stops and th...
详细信息
The sweep algorithm has been widely used for the vehicle routing problem and its variants since it was published in 1971. It clusters a group of stops into a route according to the polar angle between the stops and the depot. In this paper, we point out the weakness of grouping stops solely by the polar angle in the sweep algorithm and propose some extensions to the algorithm. The sweep nearest algorithm and the usage of various reference points are proposed. The effectiveness of the extensions is demonstrated by computational results on the benchmark problems of the capacitated vehicle routing problem.
A counter example is given for the solution of the linear-quadratic optimization problem with three-point boundary conditions. The example shows that the solution obtained in (Mutallimov et al. in Adv. Differ. Equ. 20...
详细信息
A counter example is given for the solution of the linear-quadratic optimization problem with three-point boundary conditions. The example shows that the solution obtained in (Mutallimov et al. in Adv. Differ. Equ. 2015: 233, 2015) by using a sweep method is not optimal.
More than half of company's logistic budget is spent for the transportation matter. Hence, applying the efficient way to distribute things is exactly needed for the transportation system in order to gain better pr...
详细信息
ISBN:
(纸本)9781538647394
More than half of company's logistic budget is spent for the transportation matter. Hence, applying the efficient way to distribute things is exactly needed for the transportation system in order to gain better profit. The combination of Dijkstra algorithm and sweep algorithm is a novel method that able to resolve optimal distribution route planning. As we gain from our research that by utilizing this method we achieve the reduction of both distance travel and trip's time. We are gaining better solution for 9.3% in distance travel and successful cutting time travel for 500% from the original trip's time.
Capacitated Vehicle Routing Problem (CVRP) is a variant of Vehicle Routing Problem (VRP), where CVRP is only considered the capacity restrictions, and the object is to minimize the cost of the vehicles serve all custo...
详细信息
ISBN:
(纸本)9781467375238
Capacitated Vehicle Routing Problem (CVRP) is a variant of Vehicle Routing Problem (VRP), where CVRP is only considered the capacity restrictions, and the object is to minimize the cost of the vehicles serve all customers. In this study, we proposed an approach which is hybrid two-phase sweep algorithm (SA) and greedy search for solving CVRP. At the first stage of SA, all customers are clustered by SA and define each cluster as a block. The second stage is to reconstruct each neighbour clusters based on the first stage. Then the greedy search is applied to minimize the cost of each vehicle. Finally, the computational result on standard instances show the proposed approach is effective.
CV. Jogja Transport is a company that distribute cakes "Sari Roti" in Yogyakarta, Indonesia. It has responsibility to distribute the cakes for every customer during the customers' time windows. The distr...
详细信息
CV. Jogja Transport is a company that distribute cakes "Sari Roti" in Yogyakarta, Indonesia. It has responsibility to distribute the cakes for every customer during the customers' time windows. The distribution problem of CV. Jogja Transport belongs to Vehicle Routing Problem with Time Window (VRPTW). This paper tries to solve the problem of CV. Jogja Transport by proposing "cluster first route second" algorithm of simple heuristic method. Then the algorithm is combined with sweep algorithm for clustering the customers and Mixed Integer Linear Programming (MILP) to select the best route so that it can minimize the distance of each cluster. The result indicate that implementation of sweep algorithm and MILP can reduce the distances and the fuel up to 10.95% and the travel distance up to 2.60%.
Under the low carbon policy, how to reduce carbon emissions is a new significant objective in picking up and delivering customers to airport. The paper formulates the carbon emissions model of picking up and deliverin...
详细信息
ISBN:
(纸本)9789881581419
Under the low carbon policy, how to reduce carbon emissions is a new significant objective in picking up and delivering customers to airport. The paper formulates the carbon emissions model of picking up and delivering customers to airport under the framework of Vehicle Allocation and Scheduling Problem. And then we propose a sweep-heuristic algorithm considering the partition of time and district to solve the carbon emissions model. We use five actual instances with the different satisfaction levels to illustrate application of the proposed algorithm. The useful conclusions and references for the airport shuttle service configuration and service degree setting are also obtained.
The Capacitated Vehicle Routing Problem (CVRP) is an optimization problem owing to find minimal travel distances to serve customers with homogeneous fleet of vehicles. Clustering customers and then assign individual v...
详细信息
The Capacitated Vehicle Routing Problem (CVRP) is an optimization problem owing to find minimal travel distances to serve customers with homogeneous fleet of vehicles. Clustering customers and then assign individual vehicles is a widely-studied way, called cluster first and route second (CFRS) method, for solving CVRP. Cluster formation is important between two phases of CFRS for better CVRP solution. sweep (SW) clustering is the pioneer one in CFRS method which solely depends on customers' polar angle: sort the customers according to polar angle;and a cluster starts with customer having smallest polar angle and completes it considering others according to polar angle. On the other hand, sweep Nearest (SN) algorithm, an extension of sweep, also considers smallest polar angle customer to initialize a cluster but inserts other customer(s) based on the nearest neighbor approach. This study investigates a different way of clustering based on nearest neighbor approach. The proposed Distance based sweep Nearest (DSN) method starts clustering from the farthest customer point and continues for a cluster based on nearest neighbor concept. The proposed method does not rely on polar angle of the customers like SW and SN. To identify the effectiveness of the proposed approach, SW, SN and DSN have been implemented in this study for solving benchmark CVRPs. For route optimization of individual vehicles, Genetic algorithm, Ant Colony Optimization and Particle Swarm Optimization are considered for clusters formation with SW, SN and DSN. The experimental results identified that proposed DSN outperformed SN and SW in most of the cases and DSN with PSO was the best suited method for CVRP.
Attended home delivery services like online grocery shopping services require the attendance of the customers during the delivery. Therefore, the Vehicle Routing Problem with TimeWindows occurs, which aims to find an ...
详细信息
ISBN:
(纸本)9783031220388;9783031220395
Attended home delivery services like online grocery shopping services require the attendance of the customers during the delivery. Therefore, the Vehicle Routing Problem with TimeWindows occurs, which aims to find an optimal schedule for a fleet of vehicles to deliver goods to customers. In this work, we propose three sweep algorithms, which account for the family of cluster-first, route-second methods, to solve the Vehicle Routing Problem with Time Windows. In the first step, the customers are split into subsets such that each set contains as many as possible customers that can be served within one tour, e.g., supplied with one vehicle. The second step computes optimal tours for all assigned clusters. In our application, the time windows follow no special structure, and hence, may overlap or include each other. Further, time windows of different lengths occur. This gives additional freedom to the company during the planning process, and hence, allows to offer discounted delivery rates to customers who tolerate longer delivery time windows. Our sweep algorithms differ in the clustering step. We suggest a variant based on the standard sweep algorithm and two variants focusing on time window length and capacity of vehicles. In the routing step, a Mixed-Integer Linear Program is utilized to obtain the optimal solution for each cluster. The paper is concluded by a computational study that compares the performance of the three variants. It shows that our approach can handle 1000 customers within a reasonable amount of time.
暂无评论