Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Zhuo Fu is active.

Publication


Featured researches published by Zhuo Fu.


Journal of the Operational Research Society | 2005

A new tabu search heuristic for the open vehicle routing problem

Zhuo Fu; Richard W. Eglese; Leon Y.O. Li

In this paper, another version of the vehicle routing problem (VRP)—the open vehicle routing problem (OVRP) is studied, in which the vehicles are not required to return to the depot, but if they do, it must be by revisiting the customers assigned to them in the reverse order. By exploiting the special structure of this type of problem, we present a new tabu search heuristic for finding the routes that minimize two objectives while satisfying three constraints. The computational results are provided and compared with two other methods in the literature.


Journal of the Operational Research Society | 2002

The school bus routing problem: a case study

Leon Y.O. Li; Zhuo Fu

This paper describes a case study of the school bus routing problem. It is formulated as a multi-objective combinatorial optimisation problem. The objectives considered include minimising the total number of buses required, the total travel time spent by pupils at all pick-up points, which is what the school and parents are concerned with most, and the total bus travel time. It also aims at balancing the loads and travel times between buses. A heuristic algorithm for its solution is proposed. The algorithm has been programmed and run efficiently on a PC. Numerical results are reported using test data from a kindergarten in Hong Kong. It has shown to be effective with a saving of 29% in total travelling times when comparing to current practice.


Journal of the Operational Research Society | 2011

Disruption management of the vehicle routing problem with vehicle breakdown

Qianxin Mu; Zhuo Fu; Jens Lysgaard; Richard W. Eglese

This paper introduces a new class of problem, the disrupted vehicle routing problem (VRP), which deals with the disruptions that occur at the execution stage of a VRP plan. The paper then focuses on one type of such problem, in which a vehicle breaks down during the delivery and a new routing solution needs to be quickly generated to minimise the costs. Two Tabu Search algorithms are developed to solve the problem and are assessed in relation to an exact algorithm. A set of test problems has been generated and computational results from experiments using the heuristic algorithms are presented.


Journal of the Operational Research Society | 2008

A unified tabu search algorithm for vehicle routing problems with soft time windows

Zhuo Fu; Richard W. Eglese; Leon Y.O. Li

The different ways of allowing time window violations lead to different types of the vehicle routing problems with soft time windows (VRPSTW). In this paper, different types of VRPSTW are analysed. A unified penalty function and a unified tabu search algorithm for the main types of VRPSTW are presented, with which different types of VRPSTW can be solved by simply changing the values of corresponding parameters in the penalty function. Computational results on benchmark problems are provided and compared with other methods in the literature. Some best known solutions for the benchmark problems in the literature have been improved with the proposed algorithm.


Journal of the Operational Research Society | 2006

Erratum: A new tabu search heuristic for the open vehicle routing problem

Zhuo Fu; Richard W. Eglese; Leon Y.O. Li

Correction to:Journal of the Operational Research Society (2005) 56, 267–274. doi:10.1057/palgrave.jors.2601817


Asia-Pacific Journal of Operational Research | 2007

A branch-and-bound algorithm for finding all optimal solutions of the assignment problem

Zhuo Fu; Richard W. Eglese; Mike Wright

Alternative optimal solutions can give more choice for practical decision making. Therefore, the provision of methods for finding alternative optimal solutions is an important component part of the solution techniques for optimization models. The aim of this paper is to present a branch-and-bound algorithm for finding all optimal solutions of the linear assignment problem. Numerical experimental results are also given.


Applied Mechanics and Materials | 2013

Application of Generalized Regression Neural Network to the Agricultural Machinery Demand Forecasting

Wei Luo; Zhuo Fu

Proposed an agricultural machinery demand forecasting model based on the generalized regression neural network. This model is based on GRNN, using the circulation testing algorithm combined with k-fold cross validation for parameters optimization and network training, and achieves satisfying forecasting precision in the case of small samples. By using the data of total power agricultural machinery and relevant factors from the year 1995 to 2010 in Guangxi province, we tested and verified the effectiveness of the model.


PLOS ONE | 2018

Tabu search algorithm for the distance-constrained vehicle routing problem with split deliveries by order

Yangkun Xia; Zhuo Fu; Lijun Pan; Fenghua Duan

The vehicle routing problem (VRP) has a wide range of applications in the field of logistics distribution. In order to reduce the cost of logistics distribution, the distance-constrained and capacitated VRP with split deliveries by order (DCVRPSDO) was studied. We show that the customer demand, which can’t be split in the classical VRP model, can only be discrete split deliveries by order. A model of double objective programming is constructed by taking the minimum number of vehicles used and minimum vehicle traveling cost as the first and the second objective, respectively. This approach contains a series of constraints, such as single depot, single vehicle type, distance-constrained and load capacity limit, split delivery by order, etc. DCVRPSDO is a new type of VRP. A new tabu search algorithm is designed to solve the problem and the examples testing show the efficiency of the proposed algorithm. This paper focuses on constructing a double objective mathematical programming model for DCVRPSDO and designing an adaptive tabu search algorithm (ATSA) with good performance to solving the problem. The performance of the ATSA is improved by adding some strategies into the search process, including: (a) a strategy of discrete split deliveries by order is used to split the customer demand; (b) a multi-neighborhood structure is designed to enhance the ability of global optimization; (c) two levels of evaluation objectives are set to select the current solution and the best solution; (d) a discriminating strategy of that the best solution must be feasible and the current solution can accept some infeasible solution, helps to balance the performance of the solution and the diversity of the neighborhood solution; (e) an adaptive penalty mechanism will help the candidate solution be closer to the neighborhood of feasible solution; (f) a strategy of tabu releasing is used to transfer the current solution into a new neighborhood of the better solution.


International Journal of Environmental Research and Public Health | 2018

A New TS Algorithm for Solving Low-Carbon Logistics Vehicle Routing Problem with Split Deliveries by Backpack—From a Green Operation Perspective

Yangkun Xia; Zhuo Fu; Sang-Bing Tsai; Jiangtao Wang

In order to promote the development of low-carbon logistics and economize logistics distribution costs, the vehicle routing problem with split deliveries by backpack is studied. With the help of the model of classical capacitated vehicle routing problem, in this study, a form of discrete split deliveries was designed in which the customer demand can be split only by backpack. A double-objective mathematical model and the corresponding adaptive tabu search (TS) algorithm were constructed for solving this problem. By embedding the adaptive penalty mechanism, and adopting the random neighborhood selection strategy and reinitialization principle, the global optimization ability of the new algorithm was enhanced. Comparisons with the results in the literature show the effectiveness of the proposed algorithm. The proposed method can save the costs of low-carbon logistics and reduce carbon emissions, which is conducive to the sustainable development of low-carbon logistics.


Computers & Operations Research | 2018

A Tabu Search algorithm for the vehicle routing problem with discrete split deliveries and pickups

Meng Qiu; Zhuo Fu; Richard W. Eglese; Qiong Tang

Abstract The Vehicle Routing Problem with Discrete Split Deliveries and Pickups is a variant of the Vehicle Routing Problem with Split Deliveries and Pickups, in which customers’ demands are discrete in terms of batches (or orders). It exists in the practice of logistics distribution and consists of designing a least cost set of routes to serve a given set of customers while respecting constraints on the vehicles’ capacities. In this paper, its features are analyzed. A mathematical model and Tabu Search algorithm with specially designed batch combination and item creation operation are proposed. The batch combination operation is designed to avoid unnecessary travel costs, while the item creation operation effectively speeds up the search and enhances the algorithmic search ability. Computational results are provided and compared with other methods in the literature, which indicate that in most cases the proposed algorithm can find better solutions than those in the literature.

Collaboration


Dive into the Zhuo Fu's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar

Leon Y.O. Li

Hong Kong Polytechnic University

View shared research outputs
Top Co-Authors

Avatar

Wei Luo

Central South University

View shared research outputs
Top Co-Authors

Avatar

Mike Wright

Imperial College London

View shared research outputs
Top Co-Authors

Avatar

Fu-hua Huang

Hunan University of Commerce

View shared research outputs
Top Co-Authors

Avatar

He-ping Zhou

Changsha University of Science and Technology

View shared research outputs
Top Co-Authors

Avatar

Li-hua Li

Central South University

View shared research outputs
Top Co-Authors

Avatar

Mang Chen

Central South University

View shared research outputs
Top Co-Authors

Avatar

Meng Qiu

Central South University

View shared research outputs
Top Co-Authors

Avatar

Qiong Tang

Central South University

View shared research outputs
Researchain Logo
Decentralizing Knowledge