Next Article in Journal
InterCriteria Analysis: Application for ECG Data Analysis
Next Article in Special Issue
Special Issue “Recent Advances and Applications in Multi Criteria Decision Analysis”
Previous Article in Journal
Formative Assessment of Pre-Service Teachers’ Knowledge on Mathematical Modeling
Previous Article in Special Issue
Aluminium Parts Casting Scheduling Based on Simulated Annealing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Hybrid Strategic Oscillation with Path Relinking Algorithm for the Multiobjective k-Balanced Center Location Problem

by
Jesús Sánchez-Oro
1,
Ana D. López-Sánchez
2,
Anna Martínez-Gavara
3,
Alfredo G. Hernández-Díaz
2,* and
Abraham Duarte
1
1
Computer Science Department, Universidad Rey Juan Carlos, Tulipán s/n, 28933 Móstoles, Madrid, Spain
2
Economy, Quantitative Methods, and Economic History Department, Universidad Pablo de Olavide, Ctra. de Utrera km 1, 41013 Sevilla, Spain
3
Statistic and Operational Research Department, Universitat de València, Doctor Moliner, 50, 46100 Burjassot, València, Spain
*
Author to whom correspondence should be addressed.
Mathematics 2021, 9(8), 853; https://doi.org/10.3390/math9080853
Submission received: 28 February 2021 / Revised: 8 April 2021 / Accepted: 9 April 2021 / Published: 14 April 2021
(This article belongs to the Special Issue Recent Advances and Applications in Multi-Criteria Decision Analysis)

Abstract

:
This paper presents a hybridization of Strategic Oscillation with Path Relinking to provide a set of high-quality nondominated solutions for the Multiobjective k-Balanced Center Location problem. The considered location problem seeks to locate k out of m facilities in order to serve n demand points, minimizing the maximum distance between any demand point and its closest facility while balancing the workload among the facilities. An extensive computational experimentation is carried out to compare the performance of our proposal, including the best method found in the state-of-the-art as well as traditional multiobjective evolutionary algorithms.

1. Introduction

Facility Location Problems (FLPs) are classical optimization problems that require finding the best placement to locate a set of facilities, which must serve a set of demand points. Note that the term best depends on the measure employed to model the FLP. The definition of this function is customized to the specific application, and it is typically set as a distance (or cost) function between demand points and facilities.
An FLP can be classified, in general terms, as discrete or continuous, weighted or unweighted, capacitated or incapacitated, and deterministic or stochastic according to the characteristics of the demand points and potential facilities. Additional elements can also be considered. Especially relevant is the inclusion of more than one objective function. As described in the review by Owen and Daskin [1], the necessity to use multiobjective modeling arises when a real-life problem is examined, for example, in locating obnoxious facilities. Current et al. [2] and Farahani et al. [3] provide comprehensive reviews of multiobjective discrete location problems.
Literature on FLP is vast, and we can find many different models depending on the elements in the previous classification. Some of the most popular are as follows:
-
Minimize the total (or average) distance (or cost) to service all demand points (k-Median problem, first studied by [4,5]);
-
Minimize the maximum distance from each demand point to its closest facility (k-Center problem, first solved by [6]);
-
Maximize the coverage provided by the facilities to demand points (Maximal Coverage location problem, first introduced in [7]);
-
Maximize the distance among all the facilities (k-Dispersion problem, see [8]);
-
Balance the distance among demand points and its closest facility, or even balance the number of demand points assigned to each facility (k-Balanced problem, see [9,10,11]).
In this paper, we target an important variant of FLP. Specifically, we consider a biobjective, discrete, unweighted, incapacitated, deterministic FLP, recently introduced in Davoodi [12]: the k-Balanced Center Location problem (k-BCL problem). The aim of the k-BCL problem is to locate k out of m facilities in order to serve a set of n demand points, with the aim of minimizing the maximum distance between each demand point and its closest selected facility (k-Center problem) while simultaneously balancing the number of demand points assigned to each selected facility (k-Balanced problem). The author studied the complexity of each formulation and concluded that the k-BCL problem is NP -complete and, furthermore, he proposed an iterative algorithm based on the Voronoi diagram and Delaunay triangulation to solve the k-BCL problem, which is compared to a robust multiobjective evolutionary algorithm, the NSGA-II algorithm.
The goal of this paper is to propose a practical approach to solve the k-BCL problem. In particular, we propose an algorithm that uses the Greedy Randomized Adaptive Search Procedure (GRASP) to construct solutions [13] and then combines Strategic Oscillation (SO) [14,15] with Path Relinking (PR) [16] to further improve the set of efficient solutions found. The SO allows local search to oscillate between feasible and infeasible solutions to identify regions of the search space that are expected to contain better solutions. In order to repair the infeasible solutions, we apply a PR algorithm to explore the trajectories connecting pairs of solutions.
The rest of this paper is organized as follows. We first review facility location models related with the k-BCL problem in Section 2. In Section 3, we formally define this optimization problem; then, Section 4 describes the algorithms implemented to solve it (GRASP, SO, and PR). Section 5 presents the computational results performed to test the quality of the proposal, including a comparison with the previous approach. Finally, Section 6 draws some conclusions derived from the research and discusses future work.

2. Literature Review

This section is limited to review the facility location models somehow related to the k-BCL. We first review the literature addressing equity, and then the most recent papers on multiobjective facility location problems.
We can find many papers addressing equity in different ways. Finding an effective model is as important as balancing a subset of facilities, and depends on the nature of the real problem studied. Therefore, some models seek to guarantee the fairness in the distribution of costs or distance-to-travel among the demand points, and others emphasize equity from the facilities viewpoint. In the former idea, for example, we could highlight the works of Espejo et al. [17] and Berger and Bechwati [18]. In Espejo et al. [17], the authors proposed a discrete location problem where the equity is measured by the revealed preference of each demand point for the sites of the potential serving facilities; however, the aim of Berger and Bechwati [18] was to find the equity among the customers in the promotion budget allocation. Moreover, in the continuous framework, the equity question has been dealt with in different ways. For example, Drezner et al. [19] addressed it by minimizing the Gini index when a facility is located, while Berman and Kaplan [20] introduced a system of taxes that offset any inequalities that may arise due to travel costs. We should also mention the paper of Barbati and Bruno [21], where the authors reviewed the extensive literature about discrete facility location models that deal with the use of some equality measures of the distances between the facility and the demand points. Barbati and Piccolo [22] highlight that very often bicriteria optimization modeling is used to ensure a trade-off between the fairness and efficiency measures. This approach has been adopted by several authors such as Ogryczak [23], Ogryczak [24], Kostreva et al. [25], and more recently, Lejeune and Prasad [26] and Filippi et al. [27].
In this paper, we are interested in looking for equity from the facilities’ point of view. As described in Marín [11] and Davoodi [12], these models have applications in traffic networks [28] and Territory Design [29] such as locating schools, fire stations, or sport centers. This framework has been mostly ignored, and only in the last decade have a few specific models been proposed [11,12,30,31].
The work of Marín [11] deserves special attention. The author proposes the first discrete location model, where the number of demand points that are allocated to each facility is balanced. In particular, the problem entails establishing k facilities in such a way that the range between facilities with the most and least demand points assigned is minimized, and considering that each demand point is allocated to its closest facility. Marín [11] proposed two integer programming formulations, one of them comes from the k-Median problem, and the second one from the discrete ordered median problem [32]. Closely related to the previous study is the work of Daskin and Tucker [33], where the authors proposed a biobjective optimization problem to balance the median and range of the assigned demand.
The specific problem considered here, the k-Balanced Center Location (k-BCL) problem, was recently addressed in Davoodi [12], considering two different functions to measure the balance: minimize the maximum number of demand points assigned to each selected facility and minimize the difference between the maximum and minimum number of demand points assigned to each selected facility. To sum up, Table 1 shows the key publications in balanced facility location problems.
The majority of FLPs studied in the literature appear when a realistic situation must be solved. Usually, in those situations, decision makers propose locating facilities while considering more than one conflicting objective at a time and, therefore, forming a multiobjective optimization problem. For this reason, recently, the number of works related to multiobjective FLP have been considerably increasing. Next, some of the most recent and interesting papers are briefly mentioned but there exist many other variants depending on the objectives to optimize.
In 2017, different objectives were simultaneously considered in Karatas [34], where the coverage of the demand points is maximized while the total distance and the workload balancing of the facilities are minimized. One year later, in 2018, many different multiobjective FLPs were studied: Colmenar et al. [35] solved the biobjective obnoxious FLP, in which the objectives consist of maximizing the distances between each demand point and their nearest facility (obnoxious k-Median problem) and the dispersion among facilities (k-Dispersion problem).
We have identified several multiobjective variants of the k-Median problem. Wang et al. [36] considers the maximization of the total coverage provided by the selected facilities (the maximal coverage location problem) and, simultaneously, the minimization of the total distance (k-Median problem). The authors in Colmenar et al. [37] minimized the total distance among demand points and facilities (k-Median problem), and maximized the minimum distance between the selected facilities (k-Dispersion problem); Daskin and Tucker [33] solved a biobjective optimization problem by minimizing the total distance between each demand point and its closest facility (k-Median problem) and balancing the facility workload measured as the difference between the maximum and the minimum demand assigned to any facility. The same year, Karatas and Yakıcı [38] first proposed another multiobjective FLP in which three objectives are considered: the minimization of the maximum distance among demand points and facilities (k-Center problem), the minimization of the total distance among demand points and facilities (k-Median problem), and the maximization of the coverage provided by the selected facilities to demand points (the maximal coverage location problem); this same problem was also solved by López-Sánchez et al. [39] in 2020.
In 2019, Tutunchi and Fathi [40] and Pérez-Peló et al. [41] took into account two objectives: the minimization of the maximum distance among facilities and demand points (the k-Center problem), and the maximization of the minimum distance between all pairs of facilities (k-Dispersion problem).
After reviewing the papers above, we conclude that both equity and multiobjective are two key elements to model realistic location variants. However, they introduce additional complexity to models that are difficult by themselves. We therefore propose solving methods based on complex methodologies to target our realistic variant.
The main contributions of this work are as follows: (i) to propose a novel metaheuristic method to solve the k-BCL problem, (ii) to propose a new strategy based on PR to obtain feasible solutions when two infeasible solutions are combined, (iii) to propose a specific evaluation function, and (iv) to improve the state-of-the-art algorithms for solving the k-BCL problem.

3. The k-Balanced Center Location Problem

As described in the previous section, in this paper, we consider the k-BCL problem that, as far as we know, was first addressed by Davoodi [12] in 2019. The author summarized related works emphasizing that despite the long history of the k-center problem, facility location with the objective of maximum balance is a new problem and proposes different multiobjective formulations of the k-BCL problem that will be explained below.
The k-BCL problem can be defined as follows. Let N = { 1 , , n } be a set of demand points and M = { 1 , , m } be the set of candidate locations to host a facility. Let d i j be the distance between the demand point i N and the facility j M . It is assumed that all demand points are serviced/assigned to their closest facility. We define n j as the number of demand points assigned to a facility j. The aim of the k-BCL problem is to locate a set of k out of m candidate facilities in order to minimize the maximum distance between each demand point and its closest selected facility, and balance the number of demand points assigned to each selected facility. More specifically, the former goal ensures that the distance traveled by each demand point is, at most, the obtained value, whereas the latter balances the number of demand points assigned to each selected facility—that is, to balance the workload of each selected facility.
Thus, Davoodi [12] formulates the k-BCL problem as a multiobjective facility location problem, where the first objective function is the one optimized in the k-Center problem, with the goal of obtaining a subset S of M with | S | = k in such a way that
f 1 ( S ) = max i N min j S d i j
is minimized. Note that the considered problem forces that each demand point must be served by its closest facility.
In order to ensure a balanced solution, Davoodi [12] proposes two different functions to measure fairness among the facilities: the first one consists of minimizing the maximum number of demand points assigned to each facility, while the second one minimizes the difference between the maximum and minimum number of demand points served by any facility, which corresponds to the objective function of the Balanced Location Problem proposed by Marín [11]. Formally, they are respectively defined as minimizing the following two objective functions:    
f 2 ( S ) = max j S n j ,
f 3 ( S ) = max j , j S , j j n j n j .
Following the notation by Davoodi [12], k-BLC 12 is the biobjective optimization problem that arises when combining the objective functions f 1 ( S ) and f 2 ( S ) . Similarly, k-BLC 13 is the biobjective optimization problem that emerges when considering the objective functions f 1 ( S ) and f 3 ( S ) . Finally, k-BLC 123 is the multiobjective optimization problem that emerges when considering the objective functions f 1 ( S ) , f 2 ( S ) , and f 3 ( S ) . The combination of functions f 2 ( S ) and f 3 ( S ) does not make sense since they are not in conflict. The three considered problems (k-BLC 12 , k-BLC 13 , and k-BLC 123 ) in the Euclidean space are NP -complete [12].
We would like to illustrate the advantages of a multiobjective approach with a simple example. Let us consider an instance of n = 10 demand points (blue circles) and m = 5 candidate facilities (red squares), shown in Figure 1, and we compute the distances between the demand points and the facilities by using the Euclidean metric.
The aim in this example is to locate k = 3 facilities. We generate all the feasible solutions and compute, for each solution, the three objective functions. In Table 2, we enumerate all of them (column S), then, we show the number of demand points assigned to its selected facility (column n S ) and the three objective function values ( f 1 ( S ) , f 2 ( S ) , f 3 ( S ) ).
The best objective function values for each problem isolated are highlighted in bold font.
The data in Table 2 indicates that the optimal solution value for the first objective function is 3.16 units and the facilities must be located in plants 3, 4, and 5. However, the optimal solution for the second and third objective functions are 4 and 1, respectively. In fact, these values are reached simultaneously in solutions { 1 , 2 , 4 } and { 2 , 3 , 5 } , however, { 2 , 3 , 5 } exhibits better objective function value f 1 ( S ) than { 1 , 2 , 4 } . It is important to recall that functions f 2 ( S ) and f 3 ( S ) control the workload equity among the facilities and f 1 ( S ) handles the maximum distance between demand points and facilities. So, we realize that the solutions { 2 , 3 , 5 } and { 3 , 4 , 5 } are incomparable since solution { 2 , 3 , 5 } is better regarding the second and third objective functions and solution { 3 , 4 , 5 } is preferable concerning the first one. In conclusion, both goals are in conflict, as it is impossible to improve one of them without deteriorating the other.
Actually, as is widely known, the solution of a multiobjective problem is given by a set of efficient points (also called Pareto-optimal solutions), with the property that they cannot be improved simultaneously in all the objectives without necessarily worsening at least one of them [42]. In particular, in the example above, the Pareto-optimal set consists of the solutions { 2 , 3 , 5 } and { 3 , 4 , 5 } .
Formally, we define the k-BLC as the multiobjective optimization problem
min S Ω F ( S ) = [ f 1 ( S ) , f 2 ( S ) , f 3 ( S ) ] T ,
where Ω is the set of all feasible solutions. Then, the Pareto-optimal set is formed by all nondominate solutions. In this context, given two solutions S 1 and S 2 in Ω , we say that
  • S 1 weakly dominates S 2 , denoted as S 1 S 2 , if and only if F ( S 1 ) F ( S 2 ) ;
  • S 1 dominates S 2 , denoted as S 1 S 2 , if and only if S 1 S 2 and at least one objective function of F ( S 1 ) is strictly better than the corresponding one of F ( S 2 ) ;
  • S 1 strictly dominates S 2 , denoted as S 1 S 2 , if and only if F ( S 1 ) < F ( S 2 ) .
In conclusion, the goal of multiobjective optimization is to find the Pareto-optimal set. We should bear in mind that it contains all the solutions that are not dominated by any member of the solution set. The image of the Pareto set is named the Pareto front. To obtain the Pareto front of the k-BCL problem, we will propose a metaheuristic able to obtain a good approximation of it with high-quality solutions in order to improve the state-of-the-art algorithms.

4. A Hybrid Strategic Oscillation with Path Relinking Algorithm

This section describes in detail the algorithm implemented to solve the k-BCL problem. We propose a methodology based on Strategic Oscillation (SO), which is a metaheuristic initially designed with the purpose of crossing back and forth between the feasible and infeasible solution spaces of an optimization problem. A feasible solution for the k-BCL problem is represented as a set S of k selected facilities to which demand points have been assigned. As previously mentioned, it is assumed that all demand points are assigned to its closest facility. Therefore, a solution is not feasible if the number of selected facilities is smaller or larger than k. To construct feasible and unfeasible solutions, a GRASP method has been implemented. Furthermore, we hybridize the SO algorithm with a combination method based on Path Relinking (PR) in order to improve the quality of the population found. Next, each of the phases of the proposed algorithm will be detailed step by step.

4.1. GRASP

The proposed SO algorithm requires an initial population of solutions to be processed. Although this initial set of solutions could be generated at random, any metaheuristic algorithm performs better, either in quality or in computing time, if the starting point is a population of high-quality solutions.
In order to do so, a Greedy Randomized Adaptive Search Procedure (GRASP) is used. GRASP algorithm is a well-known and widely used methodology to solve hard, combinatorial optimization problems. This algorithm, first proposed by Feo and Resende [43], is an iterative process, in which each iteration consists of two phases: a greedy randomized construction phase and a local search method. The former is designed for creating a solution from scratch, while the latter is designed to find a local optimum with respect to a certain neighborhood.

4.1.1. Construction Phase

As aforementioned, the construction phase is in charge of building a solution from scratch. The construction phase of a GRASP procedure has a distinguishing characteristic in the way that it combines greediness with randomness while a solution is being built. To that end, a solution is built by adding one element at each step using a greedy function g ( c ) that measures the potential contribution of each candidate element, c CL , to the partial solution. This methodology considers a restricted candidate list, RCL, which contains a subset of the most promising elements to be included in the solution under construction, i.e., those elements whose incorporation into the partially built solution would yield the smallest increase according to the greedy function value, thus leading to a better solution. Specifically, RCL = { c CL : g ( c ) g min + α ( g max g min ) } , where g min and g max are the minimum and the maximum values of the greedy function of the elements in CL, respectively. The parameter α [ 0 , 1 ] determines the greediness of the method. On the one hand, if  α = 0 , the RCL contains only those elements whose greedy function value is the best one, i.e.,  g ( c ) = g min , leading to a completely deterministic construction but for the ties. On the other hand, α = 1 implies constructing the RCL with all the candidate elements in CL, i.e.,  g ( c ) = g max , which entails a completely random construction. Once the RCL have been constructed with the most promising elements, the next one to be included in the solution is then selected at random from it, updating the CL to reflect the fact that a new element has been added to the solution and is no longer available for selection. This greedy randomized selection of an element and update of the CL are repeated until a complete solution has been built. In this problem, the method iteratively adds elements until exactly k facilities have been added to the solution under construction.
To favor diversity, the proposed algorithm starts by selecting at random the first candidate element to be included in the partial solution under construction, as is customary in GRASP. Then, the remaining facilities k 1 are included in the partial solution under construction using a greedy function. In the context of the k-BCL problem, since we are dealing with a multiobjective optimization problem with three different objective functions, we propose using each one of them separately in every construction to generate solutions focused on every objective of the problem under consideration. These greedy functions are the three considered objective functions: f 1 ( S ) , f 2 ( S ) , or f 3 ( S ) (see functions (1), (2), or (3), respectively). The construction ends when k facilities has been selected, that is, | S | = k . Algorithm 1 shows the pseudocode for the GRASP construction used in this paper including all the details.
Our GRASP constructive procedure receives as input the demand points N, the candidate facilities M, the number of facilities to be selected k, the parameter that controls its greediness α , and the set of efficient solutions ES. Initially, solution S is empty (step 1). Traditionally, GRASP selects the first facility at random from the set of candidate facilities M to diversify the search (step 2), including it as the initial facility of the solution under construction (step 3). Then, until k facilities are selected, the algorithm evaluates all the candidates facilities v CL with a greedy function g ( v ) , storing the minimum (step 6) and maximum (step 7) values. Note that as we are solving a multiobjective problem, the greedy function will depend on the objective to be optimized, in our case, f 1 , f 2 , or f 3 . In particular, in this work, a number of solutions are constructed for each objective separately (see Section 5 for specific details in this value). Then, the Restricted Candidate List, RCL, is computed by considering the value of the α parameter (step 8). The best value for this parameter must be deeply studied to reach a balance between greediness and randomness in the construction. Then, a facility is selected at random (step 9) from the RCL, updating the available candidate facilities CL (step 11). The function Insert & Update ( S ) checks if every obtained solution S is an efficient solution and, if so, it is inserted into the set of efficient solutions, denoted by E S , removing all solutions of the set that are dominated by S. The greedy algorithm ends by returning the set of efficient solutions (step 14).
Algorithm 1 GRASP(N, M, k, α , ES)
1:
S
2:
v Random ( M )
3:
S S { v }
4:
CL M \ { v }
5:
while | S | < k do
6:
     g min = min v CL g ( v )
7:
     g max = max v CK g ( v )
8:
     RCL { v CL : g ( v ) g min + α ( g max g min ) }
9:
     u Random ( R C L )
10:
    S S { u }
11:
    CL CL \ { u }
12:
end while
13:
  E S Insert & Update ( S )
14:
return E S

4.1.2. Local Search Method

The second phase of the GRASP methodology consists explores the neighborhood of the solution given by the construction phase in order to find a local optimum. In single-objective optimization, a local search iteratively replaces the current solution with a better solution from its neighborhood. Nevertheless, in this work, we are dealing with multiobjective optimization problem, so here it is considered that a solution is better whenever the solution is a nondominated solution. The first requirement to define a local search method is the definition of the neighborhood to be explored. Given a solution S, the neighborhood N ( S ) is defined as the set of solutions that can be obtained by exchanging a selected facility with any nonselected facility. The exchange of a selected facility u S with a nonselected one v M \ S is formally defined as
Exchange ( S , u , v ) ( S \ { u } ) { v } .
Then, the neighborhood considered in this work is defined as
N ( S ) { Exchange ( S , u , v ) : u S , v M \ S } .
Having defined the neighborhood to be explored, it is necessary to indicate how the neighborhood is explored and which moves are accepted. In the context of the k-BCL problem, we propose a first-improvement strategy, accepting the first move that leads to a nondominated solution, stopping when no new efficient solutions are found in the complete neighborhood.
Since this definition will lead to an exhaustive exploration of the solution space, which can eventually be slow, we propose a more sophisticated local search adapted to each objective function that we would like to optimize. To that end, we define the order in which the neighborhood is explored with the aim of first exploring the most promising solutions. Specifically, we propose two strategies, depending on if we are focusing on minimizing the distances between facilities and demand points, or in balancing the number of demand points assigned to each facility:
  • L S m : If we focus on minimizing the maximum distances between each demand point and its closest selected facility, the selected facilities are ordered from least to greatest number of assigned demand points and the nonselected facilities are ordered from greatest to least number of demand points that would rob the other selected facilities because that means that this facility would be closest. Then, the candidate facility to leave the solution is the one with the least number of assigned demand points and the candidate facility to enter the solution is the one with the greatest number of demand points that would rob the other selected facilities.
  • LS b : If we focus on balancing the number of demand points assigned to each selected facility, the selected facilities are ordered from least to greatest number of assigned demand points and the nonselected facilities are ordered from greatest to least number of demand points that would rob just the selected facility with the maximum number of assigned demand points. Then, the candidate facility to leave the solution is the one with the least number of assigned demand points and the candidate facility to enter the solution is the one with the greatest number of demand points that would rob the facilities with the higher number of assigned demand points.
Algorithm 2 shows the pseudocode of the Local Search phase used in this paper including all the details.
Algorithm 2 Local Search( E S , S , i )
1:
improvement true
2:
whileimprovementdo
3:
     improvement false
4:
    for u S do
5:
        for v M \ S do
6:
            S Exchange ( S , u , v )
7:
            E S Insert & Update ( S )
8:
           if f i ( S ) < f i ( S ) then
9:
                   S S
10:
                improvement true
11:
               Restart the search from step 2
12:
           end if
13:
        end for
14:
    end for
15:
end while
16:
return E S
The local search requires three inputs parameters: the set of efficient solutions, E S ; an initial efficient solution, S; and the considered objective, i. The local search is applied to each efficient solution S in the set E S meanwhile, an improvement is achieved (steps 2–15). Every time a movement is performed (step 6), the new solution S is checked to be included in the set of efficient solutions and, if it is, the set is updated (step 7). Furthermore, if the solution S is better than the incumbent solution S in terms of the considered objective function (steps 8–12), then S is updated (step 9). The local search algorithm returns the set of efficient solutions (step 16).

4.2. Strategic Oscillation

The Strategic Oscillation (SO) methodology was introduced by Glover [44]. The main idea of SO is to explore new regions of the solutions space by including infeasible solutions in the search. This behavior will eventually lead to new and high-quality solutions that are not possible to reach by just exploring the set of feasible solutions in a given neighborhood. Figure 2 illustrates the process of the SO algorithm. In the k-BCL problem, a feasible solution is represented as a set S of k selected facilities. Recall that the demand points have been assigned to its closest facility. Therefore, a solution is not feasible if the number of selected facilities is smaller or larger than k.
The method starts from an initial feasible solution S 1 . Then, a new infeasible solution S 1 a is generated by adding a certain number of new facilities to it. After that, the feasibility is corrected by oscillating again to a new feasible solution S 1 c , which is obtained by removing the number of facilities that excess from S 1 a . Next, the method moves to a new infeasible solution S 1 r by removing facilities from S 1 c and then finding a new feasible solution S 2 by including the required facilities to S 1 r until it becomes feasible. Then, a new iteration begins, taking S 2 as its starting solution and repeating the same procedure as explained above.
Our SO proposal starts with a feasible solution S obtained using the GRASP algorithm (see Section 4.1 for details). The feasible solution with exactly k facilities is then destroyed by randomly adding β · k facilities, generating S a ; then, the feasibility is corrected by randomly removing β · k facilities, obtaining the solution S c ; then, the feasibility is destroyed again by randomly removing β · k facilities, generating S r . The parameter β is named the oscillation rate parameter, with  β [ 0 , 1 ] , and it represents a percentage of the number of facilities that must be located in a feasible solution. Note that if β = 0 , solutions are feasible, otherwise, solutions are infeasible. In particular, the larger the value of β , the further from feasibility are the solutions generated. This parameter β is responsible for controlling the balance between diversification and intensification in the SO algorithm. Furthermore, it is important to emphasize that each iteration of the SO each feasible solution obtained using the GRASP algorithm will generate two infeasible solutions with k β · k and k + β · k facilities and one feasible solution with exactly k facilities.
Note that, as we are dealing with a multiobjective optimization problem, it is needed to check if every feasible solution obtained by the SO can be included in the set of efficient solutions and, if so, the set is updated.

4.3. Path Relinking

The Path Relinking (PR) algorithm is based on exploring trajectories connecting pairs of solutions (see [45,46,47], where PR is successfully applied). PR generates a trajectory that links an initiating solution ( S i ) to a guiding solution ( S g ). In other words, PR creates a path between two solutions by iteratively including in the initiating solution attributes from the guiding one. The rationale behind this idea is that a path from the initiating solution to a guiding solution will yield new solutions that share attributes from both solutions.
In this paper, we propose a novel application of PR: it is used as the repairing method inside the SO algorithm. In particular, PR is applied to generate a path between a pair of solutions that result from the infeasible solutions obtained in the SO. The initiating solution contains k + β · k facilities, while the guiding solution contains k β · k facilities. Then, the path of solutions that connects them is produced by removing as many facilities in S i to make it feasible and then, performing exchange moves to include in S i elements that are not in S g . Finally, the local search method described in Section 4.1.2 is applied to every feasible solution found in the path with the aim of finding new nondominated solutions.
Figure 3 shows an example of how the PR works. Let k = 6 be the number of facilities to be located in a feasible solution and β = 0.3 . We consider two infeasible solutions obtained with the SO methodology, specifically, let S i = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 } and S g = { 2 , 5 , 9 , 10 } be the initiating and guiding solutions with k + β · k = 8 and k β · k = 4 facilities, respectively.
The candidate facilities to be removed from S i are those that are not in S g , i.e., R = { 1 , 3 , 4 , 6 , 7 , 8 } , while the candidate facilities to be added to S i are those that are already in S g but not in S i , i.e.,  I = { 9 , 10 } . The path between S i and S g is then created in two main phases: first, β · k = 2 facilities are removed to reach a feasible solution; then, a sequence of exchanges is performed until the incumbent solution of the path becomes S g . The first phase results in S 1 = { 1 , 2 , 3 , 5 , 6 , 8 } , obtained by removing facilities 4 and 7 from S i . Then, S 2 is generated by removing facility 8, replacing it with facility 9. The last solution of the path, S 3 , is reached by removing facility 6 from S 2 and inserting facility 10.
Notice that using Path Relinking as the repair method allows us to explore three new feasible solutions—namely, S 1 , S 2 , and  S 3 —from two infeasible solutions, increasing the portion of the search space explored. In this work, we propose the use of Path Relinking to combine every pair of two infeasible solutions, where the initiating solution contains k + β · k facilities and the guiding one contains k β · k facilities, with the aim of finding new feasible ones in the path that connects them. As it is customary when we are implementing a multiobjective optimization problem, it is needed to check if the three new feasible solutions, S 1 , S 2 , and  S 3 , are efficient solutions; if so, they must be included in the set of efficient solutions, and therefore, all solutions of the set that are dominated must be removed.

5. Computational Results

In this section, computational results are presented and discussed to test the efficiency of the proposed algorithm, a hybrid SO with PR algorithm, henceforth, the SO+PR algorithm. All the algorithms are implemented in Java 11 and the experiments are conducted on a computer with a 2.8 GHz Intel Core i7 processor with 16 GB of RAM.
In the first set of numerical experiments, we use the same set of instances considered in the previous work [12]. Specifically, the author randomly selected n = 1000 demand points in a rectangular workspace with size 1500 × 1000 and m = 50 potential facilities with the aim to locate k = 5 , 10 , 15 , 20 , 25 , and 30 facilities. Furthermore, we add two large-scale instances with n = 5000 , m = 500 , and k = 50 , 100 . These instances are used in the comparison with the three objective functions. Moreover, the author used for the comparison of the two objectives two nonuniform, large-scale problems named S1 and A3. The S1 instances have n = 5000 , m = 100 , and k = 10 , 30 , 50 , 80; the A3 instances have n = 7500 , m = 150 , and k = 15 , 45 , 75 , 120.
We compare the SO+PR algorithm with the previous one [12], named MOAkBCL, whenever possible. Then, in the final set of experiments, we compare our metaheuristic with several competitive evolutionary algorithms, specifically, NSGA-II [48], MOEA/D [49], and SPEA2 [50]. Note that the parameters of all algorithms have been set with irace [51], which automatically finds the best parameter settings of any algorithm. Furthermore, we have imposed an equivalent computational time to execute all the algorithms while avoiding any bias.
In multiobjective optimization problems, the performance of the methods involves computation of the efficient solutions. Then, to compare the quality among different algorithms, it is necessary to calculate basically three things: the cardinality of the obtained Pareto front, the proximity of the obtained solutions and the best/reference/optimal Pareto front, and the diversity of the obtained solutions. Note that, as the true Pareto front is unknown, a Reference Pareto front, R, is estimated merging all the nondominated solutions found by all the algorithms under comparison. Therefore, we use the following metrics to compare the multiobjective methods [52,53]:
  • | A | —the number of efficient solutions.
  • C ( A , R ) —the coverage calculates the proportion of efficient solutions of the Reference Pareto front, R, that weakly dominates the efficient solutions of the Pareto front obtained by the algorithm A.
  • Δ —the spread measures the distance between the efficient solutions obtained by the Pareto front of algorithm A, a perfect spread would be equal to zero.
  • H V —the hypervolume evaluates the volume in the objective space, which is covered by the efficient solutions obtained by algorithm A.
  • ϵ —the ϵ -indicator measures the smallest distance needed to transform every efficient solution obtained by algorithm A in the closest efficient solution of Reference Pareto front R.
  • G D —the generational distance measures how far the efficient solutions of the Pareto front obtained by algorithm A are from those efficient solutions in the Reference Pareto front R.
It is worth mentioning that, in all the experiments, the best value for each metric is highlighted in bold font.
The first experiments consider the problem k-BLC 123 and the compare SO+PR algorithm with Davoodi’s algorithm MOAkBCL, and with the most competitive evolutionary algorithms (SO+PR, MOEA/D, NSGA-II, and SPEA2). Here, we have considered three objective functions because, as Davoodi [12] holds, two different objective functions have been defined to measure the balance goal and even if they are not in conflict, they may result in different solutions. Therefore, Table 3 shows the multiobjective metrics previously defined to compare the quality of the algorithms when solving the k-BLC 123 problem on the WorkSpace and Large-scale instances. Results of this table illustrate that our algorithm outperforms the other algorithms since the SO+PR gets considerably better results in all the multiobjective metrics. The only metric that is similar is the spread, showing that the dispersion of the efficient solutions obtained by all the algorithms is quite similar.
Next, the results obtained when solving the k-BLC 12 problem are included, also considering the instances used in Davoodi [12]. Following the same reasoning, we have solved the same problem considering just one balancing function. To that end, Table 4 compares the quality of the algorithms when solving the k-BLC 12 problem on the S1 and A3 instances. The multiobjective metrics show that, on average, the MOAkBCL algorithm slightly outperforms the results obtained by the SO+PR algorithm. In order to prove if the results obtained by the MOAkBCL and the SO+PR algorithms are significantly different, we applied the Wilcoxon test. The p-values obtained are 0.673, 0.799, 0.025, 0.612, 0.779, and 0.674 for tests conducted on the number of efficient points obtained by each algorithm, the coverage, the spread, the hypervolume, the  ϵ -constraint, and the generational distance, respectively. As we can see, considering a p-value equal to 0.01, there is no significant difference in the results obtained by both algorithms, which statistically demonstrates that both algorithms have a similar performance.
Having shown the performance of the proposed SO+PR algorithm over the test bed of instances proposed in the best previous method found in the literature, and with the aim of increasing the number of instances to have a more robust comparison, we propose the use of a new benchmark. This set of instances consists of 40 instances of the well-known OR-library (http://people.brunel.ac.uk/~mastjjb/jeb/info.html accessed on 1 December 2020) [54], named pmed instances, in which the number of demand points and candidate facilities are in the range of 100 to 900, while the number of selected facilities is in the range of 5 to 200. Since the source code of the previous algorithm is not available, we have included the evolutionary algorithms MOEA/D, SPEA2, and NSGA-II, which have already shown their potential for solving k-BCL. These instances have been shown considering k-BCL 123 and k-BCL 12 , as in the previous experiments.
Results in Table 5 and Table 6 show that SO+PR is the best algorithm for both multiobjective problems, k-BCL 123 and k-BCL 12 . Our algorithm exhibits on average the maximum number of efficient points. Moreover, it obtains the lowest values in the coverage metric, the  ϵ -indicator, the spread, and the generational distance, which compares favorably with the values of the evolutionary algorithms. Finally, if we focus on the hypervolume, SO+PR emerges as the best algorithm again, with a hypervolume of 0.44 for the k-BCL 123 and 0.45 for the k-BCL 12 . In conclusion, all the metrics validate the conjecture that SO+PR outperforms the evolutionary algorithms for the multiobjective k-BCL problem.
To complement the analysis of the results in the pmed instances, we depict in Figure A1, Figure A2, Figure A3 and Figure A4 the efficient frontier obtained with SO+PR, MOEAD, NSGA-II, and SPEA2 for k-BCL 12 . These figures illustrate the best approximation of the efficient frontier obtained by SO+PR with respect to the evolutionary algorithms.

6. Conclusions

In this paper, we have solved a novel multiobjective facility location problem, the k-Balanced Center Location (k-BCL) problem, that aims to locate a set of facilities optimizing two objectives at a time, the maximum distance between demand points and its closest facility and the balance of the workload of the facilities. We consider that the k-BCL is an important facility location variant that appears in many real-world problems, since the proximity of the located facilities to the demand points is as important as the workload of the located facility.
To solve the considered problem, we have proposed a new hybrid algorithm that combines Strategic Oscillation with Path Relinking. The proposal outperforms not only the state-of-the-Art algorithm but also the most competitive evolutionary algorithms—NSGA-II, MOEA/D, and SPEA2—proving the superiority of our algorithm. It is worth mentioning that using the Path Relinking algorithm for repairing the infeasible solutions generated by Strategic Oscillation, which have not been considered in the literature so far, leads to obtaining a set of high-quality efficient solutions.
As future research, it would be interesting to address new variants of this problem, studding different ways to measure the balancing function. To that end, we would follow the ideas of Barbati and Piccolo [22] but include the number of demand points instead of the distances. Additionally, we would like to explore the possibilities of hybridizing Strategic Oscillation with novel Path Relinking strategies, such as Exterior Path Relinking, to analyze the potential of these new hybridizations.

Author Contributions

The author contribution can be summed up as: conceptualization, A.D.L.-S. and A.D.; methodology, J.S.-O. and A.D.; software, A.M.-G. and J.S.-O.; validation, A.G.H.-D., J.S.-O.; formal analysis, A.D.L.-S.; investigation, J.S.-O., A.D.L.-S., A.D.; resources, A.G.H.-D.; data curation, A.M.-G. and A.D.L.-S.; writing—original draft preparation, A.G.H.-D.; writing—review and editing, J.S.-O., A.D.L.-S. and A.D.; visualization, A.G.H.-D. and A.M.-G.; supervision, J.S.-O. and A.D.; project administration, A.D.; funding acquisition, A.G.H.-D. and A.D. All authors have read and agreed to the published version of the manuscript.

Funding

J. Sánchez-Oro and A. Duarte acknowledge support from Ministerio de Ciencia, Innovación y Universidades under grant ref. PGC2018-095322-B-C22, Comunidad de Madrid and Fondos Estructurales of the European Union with grant references S2018/TCS-4566, Y2018/EMT-5062. A.D. López-Sánchez and A. G. Hernández-Díaz acknowledge support from the Spanish Ministry of Economía, Industria y Competitividad through Projects ECO2016-76567-C4-1-R and PID2019-104263RB-C41, and by Junta de Andalucía, FEDER-UPO Research & Development Call, reference number UPO-1263769. A. Martínez-Gavara is supported by the Spanish Ministry of Ciencia, Innovación y Universidades under grant ref. PGC2018-095322-B-C21/ MCIU/AEI/FEDER-UE.

Data Availability Statement

https://grafo.etsii.urjc.es/momdp (accessed on 27 February 2021).

Acknowledgments

The authors wish to express their gratitude to Mansoor Davoodi for his collaboration in the provision of all the instances.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Figure A1. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed1 to pmed10.
Figure A1. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed1 to pmed10.
Mathematics 09 00853 g0a1aMathematics 09 00853 g0a1b
Figure A2. Efficient sets of solutions for MSO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed11 to pmed20.
Figure A2. Efficient sets of solutions for MSO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed11 to pmed20.
Mathematics 09 00853 g0a2aMathematics 09 00853 g0a2b
Figure A3. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed21 to pmed30.
Figure A3. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed21 to pmed30.
Mathematics 09 00853 g0a3aMathematics 09 00853 g0a3b
Figure A4. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed31 to pmed40.
Figure A4. Efficient sets of solutions for SO+PR, MOEAD, NSGA-II, and SPEA2 for instances pmed31 to pmed40.
Mathematics 09 00853 g0a4aMathematics 09 00853 g0a4b

References

  1. Owen, S.H.; Daskin, M.S. Strategic facility location: A review. Eur. J. Oper. Res. 1998, 111, 423–447. [Google Scholar] [CrossRef]
  2. Current, J.; Min, H.; Schilling, D. Multiobjective analysis of facility location decisions. Eur. J. Oper. Res. 1990, 49, 295–307. [Google Scholar] [CrossRef]
  3. Farahani, R.Z.; SteadieSeifi, M.; Asgari, N. Multiple criteria facility location problems: A survey. Appl. Math. Model. 2010, 34, 1689–1709. [Google Scholar] [CrossRef]
  4. Hakimi, S.L. Optimum Locations of Switching Centers and the Absolute Centers and Medians of a Graph. Oper. Res. 1964, 12, 450–459. [Google Scholar] [CrossRef]
  5. Hakimi, S.L. Optimum Distribution of Switching Centers in a Communication Network and Some Related Graph Theoretic Problems. Oper. Res. 1965, 13, 462–475. [Google Scholar] [CrossRef]
  6. Minieka, E. The m-Center Problem. SIAM Rev. 1970, 12, 138–139. [Google Scholar] [CrossRef]
  7. Church, R.; Velle, C.R. The Maximal Covering Location Problem. Pap. Reg. Sci. Assoc. 1974, 32, 101–118. [Google Scholar] [CrossRef]
  8. Erkut, E. The discrete p-dispersion problem. Eur. J. Oper. Res. 1990, 46, 48–60. [Google Scholar] [CrossRef]
  9. Erkut, E. Inequality Measures for Location Problems. Comput. Oper. Res. 1993, 1, 199–217. [Google Scholar]
  10. Marsh, M.T.; Schilling, D.A. Equity measurement in facility location analysis: A review and framework. Eur. J. Oper. Res. 1994, 74, 1–17. [Google Scholar] [CrossRef]
  11. Marín, A. The discrete facility location problem with balanced allocation of customers. Eur. J. Oper. Res. 2011, 210, 27–38. [Google Scholar] [CrossRef]
  12. Davoodi, M. k-Balanced Center Location problem: A new multi-objective facility location problem. Comput. Oper. Res. 2019, 105, 68–84. [Google Scholar] [CrossRef]
  13. Festa, P.; Resende, M.G. An annotated bibliography of GRASP–Part I: Algorithms. Int. Trans. Oper. Res. 2009, 16, 1–24. [Google Scholar] [CrossRef]
  14. Glover, F.; Laguna, M. Tabu Search. In Handbook of Combinatorial Optimization; Du, D.Z., Pardalos, P.M., Eds.; Springer: New York, NY, USA, 1998; Volumes 1–3, pp. 2093–2229. [Google Scholar]
  15. Glover, F. Multi-start and strategic oscillation methods—principles to exploit adaptive memory. In Computing Tools for Modeling, Optimization and Simulation; Springer: Berlin/Heidelberg, Germany, 2000; pp. 1–23. [Google Scholar]
  16. Ribeiro, C.C.; Resende, M.G. Path-relinking intensification methods for stochastic local search algorithms. J. Heuristics 2012, 18, 193–214. [Google Scholar] [CrossRef] [Green Version]
  17. Espejo, I.; Marín, A.; Puerto, J.; Rodríguez-Chía, A.M. A comparison of formulations and solution methods for the minimum-envy location problem. Comput. Oper. Res. 2009, 36, 1966–1981. [Google Scholar] [CrossRef]
  18. Berger, P.D.; Bechwati, N.N. The allocation of promotion budget to maximize customer equity. Omega 2001, 29, 49–61. [Google Scholar] [CrossRef]
  19. Drezner, T.; Drezner, Z.; Guyse, J. Equitable service by a facility: Minimizing the Gini coefficient. Comput. Oper. Res. 2009, 36, 3240–3246. [Google Scholar] [CrossRef]
  20. Berman, O.; Kaplan, E.H. Equity maximizing facility location schemes. Transp. Sci. 1990, 24, 137–144. [Google Scholar] [CrossRef]
  21. Barbati, M.; Bruno, G. Exploring similarities in discrete facility location models with equality measures. Geogr. Anal. 2018, 50, 378–396. [Google Scholar] [CrossRef] [Green Version]
  22. Barbati, M.; Piccolo, C. Equality measures properties for location problems. Optim. Lett. 2016, 10, 903–920. [Google Scholar] [CrossRef] [Green Version]
  23. Ogryczak, W. Inequality measures and equitable approaches to location problems. Eur. J. Oper. Res. 2000, 122, 374–391. [Google Scholar] [CrossRef]
  24. Ogryczak, W. Inequality measures and equitable locations. Ann. Oper. Res. 2009, 167, 61–86. [Google Scholar] [CrossRef] [Green Version]
  25. Kostreva, M.M.; Ogryczak, W.; Wierzbicki, A. Equitable aggregations and multiple criteria analysis. Eur. J. Oper. Res. 2004, 158, 362–377. [Google Scholar] [CrossRef] [Green Version]
  26. Lejeune, M.A.; Prasad, S.Y. Effectiveness–equity models for facility location problems on tree networks. Networks 2013, 62, 243–254. [Google Scholar] [CrossRef]
  27. Filippi, C.; Guastaroba, G.; Speranza, M. On single-source capacitated facility location with cost and fairness objectives. Eur. J. Oper. Res. 2019, 289, 959–974. [Google Scholar] [CrossRef]
  28. Bortnikov, E.; Khuller, S.; Li, J.; Mansour, Y.; Naor, J.S. The load-distance balancing problem. Networks 2012, 59, 22–29. [Google Scholar] [CrossRef] [Green Version]
  29. Kalcsics, J.; Nickel, S.; Schröder, M. Towards a Unified Territory Design Approach–Applications, Algorithms and GIS Integration. Top 2005, 13, 1–56. [Google Scholar] [CrossRef]
  30. Kalcsics, J.; Nickel, S.; Puerto, J.; Rodríguez-Chía, A.M. The ordered capacitated facility location problem. Top 2010, 18, 203–222. [Google Scholar] [CrossRef]
  31. Berman, O.; Drezner, Z.; Tamir, A.; Wesolowsky, G.O. Optimal location with equitable loads. Ann. Oper. Res. 2009, 167, 307–325. [Google Scholar] [CrossRef]
  32. Marín, A.; Nickel, S.; Velten, S. An extended covering model for flexible discrete and equity location problems. Math. Methods Oper. Res. 2010, 71, 125–163. [Google Scholar] [CrossRef]
  33. Daskin, M.S.; Tucker, E.L. The trade-off between the median and range of assigned demand in facility location models. Int. J. Prod. Res. 2018, 56, 97–119. [Google Scholar] [CrossRef]
  34. Karatas, M. A multi-objective facility location problem in the presence of variable gradual coverage performance and cooperative cover. Eur. J. Oper. Res. 2017, 262, 1040–1051. [Google Scholar] [CrossRef]
  35. Colmenar, J.; Martí, R.; Duarte, A. Multi-objective memetic optimization for the bi-objective obnoxious p-median problem. Knowl. Based Syst. 2018, 144, 88–101. [Google Scholar] [CrossRef]
  36. Wang, S.C.; Lin, C.C.; Chen, T.C.; Hsiao, H.C. Multi-objective competitive location problem with distance-based attractiveness for two facilities. Comput. Electr. Eng. 2018, 71, 237–250. [Google Scholar] [CrossRef]
  37. Colmenar, J.M.; Hoff, A.; Martí, R.; Duarte, A. Scatter search for the bi-criteria p-median p-dispersion problem. Prog. Artif. Intell. 2018, 7, 31–40. [Google Scholar] [CrossRef]
  38. Karatas, M.; Yakıcı, E. An iterative solution approach to a multi-objective facility location problem. Appl. Soft Comput. 2018, 62, 272–287. [Google Scholar] [CrossRef]
  39. López-Sánchez, A.D.; Sánchez-Oro, J.; Laguna, M. A New Scatter Search Design for Multiobjective Combinatorial Optimization with an Application to Facility Location. INFORMS J. Comput. 2020. [Google Scholar] [CrossRef]
  40. Tutunchi, G.K.; Fathi, Y. Effective methods for solving the Bi-criteria p-Center and p-Dispersion problem. Comput. Oper. Res. 2019, 101, 43–54. [Google Scholar] [CrossRef]
  41. Pérez-Peló, S.; Sánchez-Oro, J.; López-Sánchez, A.D.; Duarte, A. A Multi-Objective Parallel Iterated Greedy for Solving the p-Center and p-Dispersion Problem. Electronics 2019, 8, 1440. [Google Scholar] [CrossRef] [Green Version]
  42. Gandibleux, X.; Sevaux, M.; Sörensen, K.; T’kindt, V. Metaheuristics for Multiobjective Optimisation; Springer Science & Business Media: Berlin/Heidelberg, Germany, 2004; Volume 535. [Google Scholar]
  43. Feo, T.A.; Resende, M.G.C. Greedy Randomized Adaptive Search Procedures. J. Glob. Optim. 1995, 6, 109–133. [Google Scholar] [CrossRef] [Green Version]
  44. Glover, F. Heuristics for Integer Programming Using Surrogate Constraints. Decis. Sci. 1977, 8, 156–166. [Google Scholar] [CrossRef]
  45. Resende, M.; Martí, R.; Gallego, M.; Duarte, A. GRASP and path relinking for the max–min diversity problem. Comput. Oper. Res. 2010, 37, 498–508. [Google Scholar] [CrossRef]
  46. Pérez-Peló, S.; Sánchez-Oro, J.; Duarte, A. Finding weaknesses in networks using Greedy Randomized Adaptive Search Procedure and Path Relinking. Expert Syst. 2020, 37, e12540. [Google Scholar] [CrossRef]
  47. Campos, V.; Martí, R.; Sánchez-Oro, J.; Duarte, A. GRASP with path relinking for the orienteering problem. J. Oper. Res. Soc. 2014, 65, 1800–1813. [Google Scholar] [CrossRef]
  48. Deb, K.; Pratap, A.; Agarwal, S.; Meyarivan, T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans. Evol. Comput. 2002, 6, 182–197. [Google Scholar] [CrossRef] [Green Version]
  49. Zhang, Q.; Li, H. MOEA/D: A multiobjective evolutionary algorithm based on decomposition. IEEE Trans. Evol. Comput. 2007, 11, 712–731. [Google Scholar] [CrossRef]
  50. Zitzler, E.; Laumanns, M.; Thiele, L. SPEA2: Improving the Strength Pareto Evolutionary Algorithm; TIK-Report; Eidgenössische Technische Hochschule Zürich (ETH), Institut für Technische Informatik und Kommunikationsnetze (TIK): Zürich, Sweden, 2001; Volume 103. [Google Scholar]
  51. López-Ibáñez, M.; Dubois-Lacoste, J.; Pérez Cáceres, L.; Birattari, M.; Stützle, T. The irace package: Iterated racing for automatic algorithm configuration. Oper. Res. Perspect. 2016, 3, 43–58. [Google Scholar] [CrossRef]
  52. Durillo, J.; Nebro, A. JMetal: A Java framework for multi-objective optimization. Adv. Eng. Softw. 2011, 42, 760–771. [Google Scholar] [CrossRef]
  53. Li, M.; Yao, X. Quality evaluation of solution sets in multiobjective optimisation: A survey. Acm Comput. Surv. (CSUR) 2019, 52, 1–38. [Google Scholar] [CrossRef]
  54. Beasley, J.E. OR-Library: Distributing Test Problems by Electronic Mail. J. Oper. Res. Soc. 1990, 41, 1069–1072. [Google Scholar] [CrossRef]
Figure 1. Small instance for the comparison of the objective functions ( k = 3 ).
Figure 1. Small instance for the comparison of the objective functions ( k = 3 ).
Mathematics 09 00853 g001
Figure 2. Strategic Oscillation algorithm.
Figure 2. Strategic Oscillation algorithm.
Mathematics 09 00853 g002
Figure 3. Example of a path created between two solutions S i = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 } and S g = { 2 , 5 , 9 , 10 } .
Figure 3. Example of a path created between two solutions S i = { 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 } and S g = { 2 , 5 , 9 , 10 } .
Mathematics 09 00853 g003
Table 1. Classification of the references.
Table 1. Classification of the references.
Location SpaceEquity ViewpointReferences
Discrete, continuousTheoreticalErkut [9], Marsh and Schilling [10], Owen and Daskin [1], Current et al. [2], Farahani et al. [3], Barbati and Piccolo [22]
ContinuousDemand pointsBerman and Kaplan [20], Drezner et al. [19]
ContinuousFacilitiesBerman et al. [31], Kalcsics et al. [30]
DiscreteDemand pointsEspejo et al. [17], Berger and Bechwati [18]
DiscreteFacilitiesMarín [11], Daskin and Tucker [33], Davoodi [12]
Table 2. All feasible solutions.
Table 2. All feasible solutions.
S n S f 1 ( S ) f 2 ( S ) f 3 ( S )
{ 1 , 2 , 3 } ( 1 , 4 , 5 ) 5.1054
{ 1 , 2 , 4 } ( 3 , 4 , 3 ) 8.0041
{ 1 , 2 , 5 } ( 2 , 4 , 4 ) 5.0042
{ 1 , 3 , 4 } ( 1 , 6 , 3 ) 4.4765
{ 1 , 3 , 5 } ( 1 , 6 , 3 ) 5.8365
{ 1 , 4 , 5 } ( 2 , 5 , 3 ) 3.6153
{ 2 , 3 , 4 } ( 2 , 6 , 2 ) 4.4764
{ 2 , 3 , 5 } ( 3 , 4 , 3 ) 5.0041
{ 2 , 4 , 5 } ( 4 , 2 , 4 ) 5.1042
{ 3 , 4 , 5 } ( 5 , 3 , 2 ) 3.1653
Table 3. Average results for the k-BLC 123 on the WorkSpace and Large-scale instances. BCL—Balanced Center Location; SO—Strategic Oscillation; PR—Path Relinking.
Table 3. Average results for the k-BLC 123 on the WorkSpace and Large-scale instances. BCL—Balanced Center Location; SO—Strategic Oscillation; PR—Path Relinking.
| A | C ( A , R ) Δ HV ϵ GD
MOAkBCL6.000.780.980.261.31133.43
SO+PR10.880.170.960.400.06105.56
MOEA/D5.380.760.970.280.48151.42
NSGA-II7.500.570.960.350.56126.34
SPEA27.130.580.980.360.61131.54
Table 4. Average results for the k-BCL 12 on the S1 and A3 instances.
Table 4. Average results for the k-BCL 12 on the S1 and A3 instances.
| A | C ( A , R ) Δ HV ϵ GD
MOAkBCL5.630.260.930.280.80177.73
SO+PR5.380.330.840.170.86184.15
MOEA/D3.250.600.900.131.08231.45
NSGA-II3.130.740.900.121.11229.44
SPEA22.250.720.840.131.04254.66
Table 5. Average results for k-BLC 123 on the pmed instances.
Table 5. Average results for k-BLC 123 on the pmed instances.
| A | C ( A , R ) Δ HV ϵ GD
SO+PR6.870.260.930.440.1332.60
MOEA/D3.820.820.980.210.6943.71
NSGA-II4.310.720.980.250.6542.27
SPEA24.620.740.970.240.5540.54
Table 6. Average results for k-BLC 12 on the pmed instances.
Table 6. Average results for k-BLC 12 on the pmed instances.
| A | C ( A , R ) Δ HV ϵ GD
SO+PR4.730.270.930.450.2234.56
MOEA/D3.200.800.950.321.0343.61
NSGA-II3.080.780.960.310.7643.83
SPEA23.300.680.970.390.7641.97
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Sánchez-Oro, J.; López-Sánchez, A.D.; Martínez-Gavara, A.; Hernández-Díaz, A.G.; Duarte, A. A Hybrid Strategic Oscillation with Path Relinking Algorithm for the Multiobjective k-Balanced Center Location Problem. Mathematics 2021, 9, 853. https://doi.org/10.3390/math9080853

AMA Style

Sánchez-Oro J, López-Sánchez AD, Martínez-Gavara A, Hernández-Díaz AG, Duarte A. A Hybrid Strategic Oscillation with Path Relinking Algorithm for the Multiobjective k-Balanced Center Location Problem. Mathematics. 2021; 9(8):853. https://doi.org/10.3390/math9080853

Chicago/Turabian Style

Sánchez-Oro, Jesús, Ana D. López-Sánchez, Anna Martínez-Gavara, Alfredo G. Hernández-Díaz, and Abraham Duarte. 2021. "A Hybrid Strategic Oscillation with Path Relinking Algorithm for the Multiobjective k-Balanced Center Location Problem" Mathematics 9, no. 8: 853. https://doi.org/10.3390/math9080853

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop