A Hybrid Evolutionary Algorithm for Reliable Facility Location Problem

Han Zhang,Jialin Liu,Xin Yao
DOI: https://doi.org/10.48550/arXiv.2007.04769
2020-06-27
Abstract:The reliable facility location problem (RFLP) is an important research topic of operational research and plays a vital role in the decision-making and management of modern supply chain and logistics. Through solving RFLP, the decision-maker can obtain reliable location decisions under the risk of facilities' disruptions or failures. In this paper, we propose a novel model for the RFLP. Instead of assuming allocating a fixed number of facilities to each customer as in the existing works, we set the number of allocated facilities as an independent variable in our proposed model, which makes our model closer to the scenarios in real life but more difficult to be solved by traditional methods. To handle it, we propose EAMLS, a hybrid evolutionary algorithm, which combines a memorable local search (MLS) method and an evolutionary algorithm (EA). Additionally, a novel metric called l3-value is proposed to assist the analysis of the algorithm's convergence speed and exam the process of evolution. The experimental results show the effectiveness and superior performance of our EAMLS, compared to a CPLEX solver and a Genetic Algorithm (GA), on large-scale problems.
Neural and Evolutionary Computing,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is in the facility location problem, how to ensure the reliability of location decisions in the case where facilities may malfunction due to various reasons (such as natural disasters, bad weather, destruction by fire or flood, etc.), so as to minimize costs and ensure that customers can still be served when facilities malfunction. Specifically, the paper focuses on the Reliable Facility Location Problem (RFLP), and in particular, proposes a new RFLP model in which the number of facilities assigned to each customer is not a fixed constant but a variable that changes with decision variables. This new setting makes the model closer to the real - world situation, but at the same time also increases the difficulty of solving. To deal with this problem, the paper proposes a hybrid evolutionary algorithm EAMLS (Evolutionary Algorithm with Memorable Local Search), which combines the memorable local search method and the evolutionary algorithm, can effectively solve large - scale problems, and shows better performance than traditional methods in experiments. In addition, the paper also proposes a new convergence metric l3 - value for analyzing the convergence speed and evolution process of the algorithm. In general, the main contributions of this paper are as follows: 1. Propose a new RFLP model in which the number of facility allocations is not fixed but changes with decision variables, which makes the model closer to the actual scenario. 2. Design a hybrid evolutionary algorithm EAMLS, which performs well in dealing with both small - scale and large - scale problems. 3. Introduce l3 - value as a convergence metric, which is helpful for observing and adjusting the evolution process of the algorithm.