Next Article in Journal
Demonstration of AlGaN/GaN MISHEMT on Si with Low-Temperature Epitaxy Grown AlN Dielectric Gate
Next Article in Special Issue
The Role of Mixed Criticality Technology in Industry 4.0
Previous Article in Journal
Improving the Characteristics of Multi-Level LUT-Based Mealy FSMs
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Optimizing Computer Networks Communication with the Band Collocation Problem: A Variable Neighborhood Search Approach

by
Isaac Lozano-Osorio
,
Jesus Sanchez-Oro
*,
Miguel Ángel Rodriguez-Garcia
and
Abraham Duarte
Department Computer Sciences, Universidad Rey Juan Carlos, 28933 Mostoles, Spain
*
Author to whom correspondence should be addressed.
Electronics 2020, 9(11), 1860; https://doi.org/10.3390/electronics9111860
Submission received: 21 October 2020 / Revised: 30 October 2020 / Accepted: 3 November 2020 / Published: 5 November 2020
(This article belongs to the Special Issue Embedded Systems: Design, Challenges and Trends)

Abstract

:
The Band Collocation Problem appears in the context of problems for optimizing telecommunication networks with the aim of solving some concerns related to the original Bandpass Problem and to present a more realistic approximation to be solved. This problem is interesting to optimize the cost of networks with several devices connected, such as networks with several embedded systems transmitting information among them. Despite the real-world applications of this problem, it has been mostly ignored from a heuristic point of view, with the Simulated Annealing algorithm being the best method found in the literature. In this work, three Variable Neighborhood Search (VNS) variants are presented, as well as three neighborhood structures and a novel optimization based on Least Recently Used cache, which allows the algorithm to perform an efficient evaluation of the objective function. The extensive experimental results section shows the superiority of the proposal with respect to the best previous method found in the state-of-the-art, emerging VNS as the most competitive method to deal with the Band Collocation Problem.

1. Introduction

The evolution of optical communications in the last years has attracted the attention of the scientific community. Additionally, the quick expansion of the Internet of Things where the embedded systems in every kind of device must be connected has made traditional algorithms for solving problems derived from the transportation of digital data obsolete. These problems are now a real challenge for the most modern algorithms mainly due to the vast increase of network sizes. Most of these problems can be classified into two different types: finding the optimal route for the signal and reducing the costs of the equipment required to deploy and maintain the network [1]. This paper is focused on solving one of the most extended problems of the second type, the Band Collocation Problem [2].
The Band Collocation Problem cannot be defined without introducing the Bandpass Problem (BP). The BP was originally presented in Bell and Babayev [3]. One of the main objectives to take into account in the design of efficient networks is to minimize the cost of the equipment required to maintain it without deteriorating its quality. In order to do so, it is necessary to optimize the traffic flow to reduce the hardware involved in the process.
A network is conformed by a set of T target stations, with  | T | = n , that are connected with fiber-optic cables. Then, a source station s 0 transmits data to these target stations, which can be transported by different wavelengths Λ = { λ 1 , , λ m } , using a technology named dense wavelength division multiplexing (DWDM) in a single fiber optic cable [4]. It is worth mentioning that not all the target stations need to receive the data from all the wavelengths. A device named Add/Drop Multiplexer (ADM) is responsible for requesting the appropriate data from the fiber-optic cables at each station. The ADM uses a special card that controls the wavelengths required in each station. Some cards are able to receive all the data in consecutive wavelengths, so it is interesting to join in adjacent wavelengths all the data required by a single station. This structure conformed with consecutive wavelengths is named a Bandpass, and the number of consecutive wavelengths in a Bandpass is named as Bandpass number. Then, the objective of the BP is to select the optimal wavelength permutation that requires the minimum number of cards to be used in ADM for a given Bandpass number.
The BP was deeply analyzed in [5], while the dataset of instances for this problem was originally presented in [6]. The problem was proven to be NP -hard in [7] using a reduction for the Hamilton Problem for any Bandpass number. A game for understanding the permutations performed in the BP was also presented [8], which implements a mathematical model for solving it. Some specific configuration for networks can be solvable in linear time, such as those with just three columns [9]. Although the BP has attracted the focus of several works, see [10,11,12], the best results in the literature are obtained by [13,14].
The original BP formulation has become obsolete due to the continuous evolution of communication networks. Therefore, it is necessary to revise the original model to adapt it to the new advances. Notice that it is not a correction but an adaptation of the new technologies. In particular, the cards in the ADM can now filter all data, not only the one requested for the station, from consecutive wavelengths [15]. However, in the original problem, only the data requested for the station can be filtered. In new ADMs, more than one card can be used now, and the Bandpass number may be a power of two. Furthermore, the original BP does not evaluate the cost of the cards since it considers just a single type of card, while in the real application several different cards can be used. Thus, the cost must be taken into account for evaluating the quality of a solution.
The inclusion of all these new features result in a new problem called the Band Collocation Problem (BCP). In this problem, an ADM located at a target station can filter data even if it is transmitted to a different target station. The Bandpass number can vary in the same model, always being a power of two. Finally, the cost of each Bandpass number is different.
The network is represented with a n × m binary matrix A = ( a i j ) , with  1 i n and 1 j m , where n and m are the number of target stations (columns) and the number of wavelengths (rows), respectively. If data fragment i must be transmitted to target station j, the element a i j is set to 1; otherwise, a i j = 0 . Each band card is usually denoted with B q , with length 2 q and cost c q , where  q = 0 , 1 , , log 2 m .
A solution of the BCP is usually represented as a permutation of the rows, φ = ( φ ( 1 ) , φ ( 2 ) , , φ ( m ) ) , where each φ ( i ) indicates which wavelength is located at row i. Then, the aim of this optimization problem is to find the permutation of rows that minimizes the sum of costs of all B q -Band cards used in the complete network. In mathematical terms:
BCP ( φ ) = q = 0 q max i = 1 i max j = 1 n c q · y φ ( i ) j q
where q max = log 2 m , i max = m B q + 1 , and  y i j q is a binary variable that is set to 1 if row i is the first row of a B q -Band in column j; otherwise, y i j q = 0 . Notice that each data fragment in every target station must be covered by exactly one band. We refer the reader to [2] for a formal definition of the problem and a mathematical formulation.
Figure 1 shows the representation of two different solutions for the BCP for a network with a single source station s 0 , three target stations(named s 1 , s 2 , and  s 3 ), and five wavelengths (named λ 1 , λ 2 , λ 3 , λ 4 , and  λ 5 ). In each target station, the data fragment that is requested is colored in black. In particular, s 1 requires data from wavelengths λ 3 and λ 5 ; s 2 requires data from λ 2 and λ 5 ; and s 3 from λ 1 and λ 4 . The costs for the cards are c 0 = 1000 for B 0 , c 1 = 1900 for B 1 , and  c 2 = 3610 for B 2 .
Figure 1a depicts the initial configuration φ 1 of the network, where the wavelengths have been included in lexicographical order (i.e., from  λ 1 to λ 5 ). The wavelengths that have been grouped in the same card are highlighted with a thick grey border (with length 2 0 = 1 ). Then, the initial cost of the network is evaluated as BCP ( φ 1 ) = c 0 + c 0 + c 0 + c 0 + c 0 + c 0 = 6000 .
If we now analyze Figure 1b, the wavelengths have been set in a different ordering φ 2 = { λ 1 , λ 4 , λ 2 , λ 5 , λ 3 } . Due to this permutation, it is now possible to group more than one wavelength in the same card, resulting in a total cost of BCP ( φ 2 ) = c 1 + c 1 + c 1 = 5700 (i.e., with three band cards of size 2 1 = 2 ). Therefore, the ordering φ 2 results in a better solution than the initial configuration φ 1 .
Since the BCP has been recently proposed, it has not been widely studied yet. The first approach for solving the BCP is a fast heuristic algorithm [16], while the first exact algorithm is a binary integer programming model, which is solved with GAMS and CPLEX [17]. On the contrary, the first heuristic approach for the BCP is a classical Genetic Algorithm [18]. Then, the same authors developed several bioinspired algorithms for further improving the results obtained [2], but the results obtained were not satisfactory. In particular, a new Genetic Algorithm (GA), a Simulated Annealing (SA), an Artificial Bee Colony (ABC) algorithm are proposed. Additionally, a 0–1 integer model for the BCP is presented for solving small instances to verify the quality of the heuristic proposal. The detailed comparison provided by the author shows that the best method in the literature for the BCP is Simulated Annealing.
In this paper, we propose a novel approach based on the Variable Neighborhood Search (VNS) methodology [19,20] to deal with BCP. First of all, we introduce an extremely efficient strategy (in both, computing time and memory requirements) to evaluate the objective function. Then, we propose three different greedy constructive procedures to start the search from promising regions in the search space. Additionally, we define three different neighborhood structures and three local search methods (each one based on a different neighborhood). Finally, all these strategies are embedded within three VNS variants (e.g., Basic VNS, Variable Neighborhood Descent, and General VNS).
The main contributions of this work are:
  • A new dynamic programming algorithm for evaluating the objective function value is proposed. This new method leverages the Least Recently Used cache structure to drastically reduce the complexity of the objective function evaluation, thus reducing the computational effort.
  • Three Variable Neighborhood Search variants are proposed for analyzing the impact of intensification and diversification in the context of the Band Collocation Problem.
  • Three constructive procedures are presented, each one of them using different properties of the solution structure to generate initial solutions.
  • Three neighborhoods are defined, which allow us to explore the solution space through different approaches.
The remaining of the paper is structured as follows: Section 2 describes the optimization proposed to increase the performance in the evaluation of the objective function. Section 3 presents the algorithmic proposal of this work. Section 4 is devoted to select the best configuration for the proposed algorithm and analyzes the results obtained when comparing it with the best previous method found in the state-of-the-art. Finally, Section 5 draws some conclusions derived from the research.

2. Evaluation of the Objective Function

Given a solution of the BCP, representing a permutation of wavelengths, the selection of the optimal combination of cards to minimize the cost associated to that permutation is a highly computationally demanding task. Specifically, it is necessary to test every possible combination of cards and select the one with the minimum cost. Indeed, it is mandatory to evaluate all card combinations since, otherwise, we can miss high quality solutions or even the optimum.
In order to reduce the computational effort, the author of [21] proposes a Dynamic Programming (DP) algorithm that memorizes the already explored solutions to reduce the computing time for finding the minimum cost. In particular, they consider each column as a subproblem, solving it with the DP method, memorizing during the search the solutions found. The complexity of the method is O ( m · n log m ) .
In this work, we propose an improvement to this evaluation by increasing the number of elements memorized during the DP for reducing the total computing time. This behavior leads the procedure to require a large amount of memory (more than 32 GB RAM). In general, these hardware requirements are not available. Therefore, we propose a new memory structure, by using the Least Recently Used (LRU) algorithm, which allow overhead high performance buffer management replacement [22]. This optimization strategy is able to keep in memory just the strictly necessary data, drastically reducing the required memory. It is totally scalable, adapting the memory requirements to the available memory in the computer.
The algorithm stores the memorized information (in the Dynamic Programming procedure) in a table (implemented with a hash map). Each table entry additionally stores information about the immediately less and more used element in the table with respect to itself. Therefore, when the table is complete and a new element must be stored, the algorithm replaces the least used element, updating it. If the table is rather small, the cache will be frequently updated, affecting the performance of the evaluation of the objective function (i.e., the larger the table, the faster the algorithm). Figure 2 shows a graphical example of the LRU cache structure.
The structure depicted in the upper side of the figure represents the table where keys are stored. Similarly, in the lower side a double linked list is depicted, which stores the values in ascending order with respect to the last time it was accessed. In particular, in this example the keys k e y 1 , k e y 3 , and  k e y 4 are linked with the corresponding entries, i.e.,  ( k e y 1 , v a l 3 ) , ( k e y 3 , v a l 1 ) , and  ( k e y 4 , v a l 2 ) . For the sake of clarity, we have highlighted in grey these pairs of keys and values. Notice that, using the appropriate data structures, the complexity of inserting and deleting a new element in the table is O ( 1 ) .

3. Variable Neighborhood Search

Variable Neighborhood Search (VNS) is a metaheuristic [23], which was originally proposed as a general framework for solving hard optimization problems. The main contribution of this methodology is to consider several neighborhoods during the search and to perform systematic changes in the neighborhood structures. Although it was originally presented as a simple metaheuristic, VNS has drastically evolved, resulting in several extensions and variants: Basic VNS, Reduced VNS, Variable Neighborhood Descent, General VNS, Skewed VNS, Variable Neighborhood Decomposition Search, or Variable Formulation Search, among others. See [19,20,24] for a deep analysis of each variant. In this work, we propose a comparison among the most extended variants of VNS: Basic Variable Neighborhood Search (BVNS), Variable Neighborhood Descent (VND), and General Variable Neighborhood Search (GVNS).

3.1. Basic VNS

This variant combines deterministic and random changes of neighborhood structures in order to find a balance between diversification and intensification as presented in Algorithm 1.
Algorithm 1 BVNS ( A , k max )
1:
φ Construct ( A )
2:
φ Improve ( φ )
3:
k 1
4:
while  k k max   do
5:
     φ Shake ( φ , k )
6:
     φ Improve ( φ )
7:
     k NeighborhoodChange ( φ , φ , k )
8:
end while
9:
return  φ
The algorithm receives as input parameters the matrix A and the largest neighborhood to be explored, k max . In step 1, an initial solution φ is generated by considering one of the constructive procedures presented in Section 3.4. Then, the solution is locally improved with one of the local search methods described in Section 3.5 (step 2). Starting from the first predefined neighborhood (step 3), BVNS iterates until reaching the maximum considered neighborhood k max (steps 4–8). For each iteration, the incumbent solution is perturbed with the shake method (step 5). This method is designed to escape from local optima by randomly exchanging the position of k wavelengths, generating a solution φ in the neighborhood under exploration. The local search method is then responsible for finding a local optimum φ in the current neighborhood with respect to the perturbed solution φ . Finally, the neighborhood change method selects the next neighborhood to be explored (step 7). In particular, if  φ outperforms φ in terms of the objective function value, then it is updated (i.e.,  φ φ ), and the search starts again from the first neighborhood (i.e., k 1 ). Otherwise, the search continues in the next neighborhood (i.e., k k + 1 ). The algorithm stops when reaching the largest considered neighborhood k max , returning the best solution found during the search (step 9).

3.2. Variable Neighborhood Descent

This variant performs the changes in the neighborhood structure in a totally deterministic manner. Specifically, the diversification part of VNS is completely removed, focusing in the intensification phase. Algorithm 2 shows the pseudocode of the VND algorithm.
Algorithm 2 VND ( φ , N = { N 1 , N 2 , , N k max } )
1:
k 1
2:
while  k k max   do
3:
     φ arg min φ k N k ( φ ) BCP ( φ k )
4:
     k NeighborhoodChange ( φ , φ , k )
5:
end while
6:
return  φ
The algorithm receives an input solution φ and a set of neighborhoods N to be explored. The proposed VND follows the sequential Basic VND scheme described in [25]. Starting from the first neighborhood (step 1), the algorithm explores N following a sequential ordering. In particular, for each neighborhood N k , VND finds a local optimum with respect to the neighborhood under exploration (step 3). Then, the neighborhood change method (step 4) resorts to the first predefined neighborhood if and improvement is found ( k = 1 ), otherwise continuing with the next neighborhood ( k = k + 1 ). The method ends when no improvement is found in any of the considered neighborhoods, returning the best solution found.
Notice that the final solution is a local minimum with respect to all the considered neighborhoods N . Then, reaching a global optimum is more probable than when considering a single neighborhood structure.

3.3. General VNS

This variant combines BVNS and VND with the aim of balancing intensification and diversification for providing even better solutions. Specifically, the General VNS replaces the local search phase of BVNS with a complete VND algorithm. This modification allows GVNS to find better solutions in the improvement phase, thus increasing the probability of reaching a global optimum.
The main drawback of GVNS lies in the computing time required by the VND phase, which can eventually lead to a very computationally demanding algorithm. However, the efficient implementation of the objective function evaluation described in Section 2 counteracts that disadvantage of GVNS (see Section 4 for a thorough analysis of the performance).
For the sake of brevity, we do not provide the pseudocode for this variant since it consists of replacing step 6 from Algorithm 1 with the following sentence:
φ VND ( φ , N )
with VND the variant described in Algorithm 2. Furthermore, the input parameter of GVNS is the set of neighborhoods N instead of the maximum neighborhood to be explored k max .

3.4. Constructive Procedure

In the context of VNS, the initial solution can be generated at random, but several recent works have concluded that using an initial high quality solution leads the algorithm to converge faster than when starting from a random initial solution (see [26,27,28,29,30,31], for some successful results).
This work presents three different greedy constructive procedures that are able to find a high quality solution in negligible computing times. Section 4 will discuss the results obtained with each constructive procedure to select the most adequate one for the complete VNS framework. The three constructive procedures follows the same greedy scheme but varying the greedy function used to select the next wavelength to be included in the solution.
The first constructive procedure, named G 1 , is based on the idea that wavelengths that are required in similar target stations should be located consecutively. In particular, the method starts from an empty solution and generates a solution starting from a given wavelength. Once the first wavelength has been selected, the next wavelength to be considered would be the one with the maximum number of target stations in common with the previous one. Let φ be a partial solution of the BCP, φ ( i ) be the wavelength located in row i, and j be the target station. We then define the score δ φ ( i ) j 1 as:
δ φ ( i ) j 1 = 1 if a φ ( i ) j = a φ ( i 1 ) j = 1 0 o t h e r w i s e
More formally, the greedy function value g 1 ( λ i ) for a given wavelength λ i is calculated as:
g 1 ( λ i ) = j = 1 n δ φ ( i ) j 1
where a i j = 1 if and only if the wavelength i must be transmitted to target station j. Then, the next wavelength λ 1 to be included in the solution φ under construction is evaluated as:
λ 1 arg max λ i Λ φ g 1 ( λ i )
The method iterates until all the wavelengths have been included in the solution. Since the first wavelength selected is a key part in the constructive procedure, it generates a solution starting in each available λ i (i.e., m solutions are constructed), returning the best solution in terms of objective function value.
The second constructive method, G 0 , modifies the definition of the score. In this case, the score δ φ ( i ) j 0 evaluates the number of target stations for which the wavelength λ i under consideration is not necessary. More formally:
δ φ ( i ) j 0 = 1 if a φ ( i ) j = a φ ( i 1 ) j = 0 0 o t h e r w i s e
Analogously, the definition of g 0 ( λ i ) and λ 0 are computed in a similar way than g 1 ( λ i ) and λ 1 but replacing δ φ ( i ) j 1 with δ φ ( i ) j 0 .
Finally, the last constructive method, G 01 considers both, the number of target stations that two wavelengths have in common and those for which the wavelength is not required, resulting in the score δ φ ( i ) j 01 . In mathematical terms:
δ φ ( i ) j 01 = 1 if a φ ( i ) j = a φ ( i 1 ) j 0 o t h e r w i s e
Similarly, g 01 ( λ i ) and λ 01 are computed. Notice that the proposed constructive procedures are extremely fast since they do not need to evaluate the objective function during the construction, but a single evaluation after constructing the solution.

3.5. Neighborhood Structures

A neighborhood N for a given solution φ is defined as the set of solutions that can be reached from φ by performing a single movement. Therefore, before defining a neighborhood structure it is necessary to introduce the movements that are considered in this work.
The first movement consists in exchanging the position of two given wavelengths i and i , with 1 i < i m . Given a solution φ = { λ a , , λ i , , λ i , , λ b } , the move Swap ( φ , i , i ) results in a new solution φ = { λ a , , λ i , , λ i , , λ b } where the wavelengths i and i have exchanged original positions.
The second movement is based on insertions. In this case, inserting a wavelength i in a position i , with 1 i , i m extracts i from its original position in solution φ , and inserts it in the position of wavelength i , displacing the wavelengths located in the range given by the position of wavelength i and position of wavelength i . More formally, given a solution φ = { λ a , , λ b , λ i , λ c , , λ d , λ i , λ e , , λ f } , the move Insert ( φ , i , i ) results in solution φ = { λ a , , λ b , λ c , , λ d , λ i , λ i , λ e , , λ f } .
The third and last movement is based on the 2 opt move, which is a widely used operator in vehicle routing problems [32]. In that context, given a route, the 2 opt move reverses a certain part of the route. The adaptation to the BCP is performed as follows. Given a solution φ = { λ a , , λ b , λ i , λ c , λ d , , λ e , λ f , λ i , λ g , , λ h } , the movement 2 opt ( φ , i , i ) reverses all the wavelengths located in positions between λ i and λ i , resulting in solution φ = { λ a , , λ b , λ i , λ f , λ e , , λ d , λ c , λ i , λ g , , λ h } .
Once the movements have been defined, we can now define the neighborhoods considered in this work. Specifically, we define N s , N i , and N 2 o for neighborhoods based on swaps, insertions, and 2 opt , respectively, as:
N s ( φ ) = { φ s Swap ( φ , i , i ) i , i [ 1 m ] , i < i } N i ( φ ) = { φ i Insert ( φ , i , i ) i , i [ 1 m ] , i , i } N 2 o ( φ ) = { φ 2 o 2 opt ( φ , i , i ) i , i [ 1 m ] , i < i }
For each neighborhood structure, we propose a local search method, which locally improves the input solution. A local search is conformed with the neighborhood to be explored and the order in which those neighbor solutions are traversed. In particular, we propose three local search methods, namely LS s , LS i , and LS 2 o . All of them follows the same ordering when exploring the associated neighborhood. The search starts performing the movement over the wavelengths located at the first and second positions of the solution, continuing in ascending order until the complete neighborhood is explored. It is worth mentioning that the three proposed local search methods follow a first improvement approach, which usually leads to better results [33]. In this scheme, the first movement that leads to a better solution is performed, restarting the search. The search stops when no improvement is found after exploring the complete neighborhood.

4. Computational Results

This section has two main objectives: to select the best combination of parameter values for the proposed algorithms, and to perform an in-depth comparison of the proposed algorithm and the best method found in the state-of-the-art. All the algorithms have been implemented in Java 11 and the experiments have been performed in an AMD Ryzen 53,600 (2.2 GHz) with 16 GB RAM.
Since the BCP have been recently proposed, there are not many research works on this problem. In particular, the best method found in the literature is the Simulated Annealing (SA) algorithm proposed in [2], which is able to outperform the results obtained with the Genetic Algorithm, and the Artificial Bee Colony algorithm also presented in that work. Therefore, we will compare our best proposal with the SA procedure.
In order to have a fair comparison, we have considered the same set of instances than the ones used in the previous work. It is called the BPLIB and it is publicly available at http://grafo.etsii.urjc.es/bcp. We select the same set of instances used in [2], which consists in 72 m × n matrices with m ranging from 12 to 96 and n ranging from 6 to 28. In these instances the optimal value is not known and the best known value is the one obtained in [2].
This section is divided into two types of experiments. On the one hand, the preliminary experimentation is designed to find the best values for the input parameters of the proposed algorithms. In particular, it is required to perform the following analysis:
  • Selection of the best constructive procedure among G 0 , G 1 , and G 01 .
  • Selection of the best local search method among L S i , L S s , and L S 2 o .
  • Selection of the neighborhood exploration order within VND, testing all possibilities.
  • Selection of the best k max value for the Basic VNS algorithm among k max = { 0.05 m , 0.10 m , 0.15 m , 0.20 m } .
  • Selection of the best k max value for the General VNS algorithm among k max = { 0.05 m , 0.10 m , 0.15 m , 0.20 m } .
  • Selection of the best VNS algorithm for the BCP among Basic VNS, VND, and General VNS.
On the other hand, the competitive testing has the aim of analyzing the performance of the final version of the algorithm when comparing the results with the ones presented in the best method found in the literature. A subset of 15 out 72 representative instances (20%) are used in the preliminary experimentation to avoid overfitting. Then, in the competitive testing, the complete set of 72 instances is considered.
The metrics reported in all the experiments are: Avg., the average objective function value; Time(s), the computing time required by the algorithm to finish in seconds; Dev(%), the average deviation with respect to the best solution found in the experiment; and #Best, the number of times that the algorithm reaches the best solution of the experiment. For the sake of clarity, the best value of each metric is highlighted with bold font.

4.1. Preliminary Experimentation

The first preliminary experiment is intended to select the best constructive procedure among the ones presented in Section 3.4: G 0 , G 1 , G 01 . Table 1 shows the results obtained when executing each constructive procedure over the preliminary set of instances.
As it can be seen, the computing time is negligible in all cases, being considerably smaller than 1 s. Hence, in terms of quality, G 01 emerges as the best constructive method with the largest number of best solutions found, missing the best solution in only 5 out of 15 instances. Notice that, in those cases in which the best solution is not found, G 01 remains close to it, as it can be seen in the obtained average deviation of 0.12%. From this experiment we can derive that it is interesting to locate the wavelengths that must be delivered to the same target stations in close rows. Therefore, we select G 01 as the best constructive method and it will be used in the final competitive testing.
The next experiment is designed to evaluate the influence of each local search method ( L S i , L S s , and L S 2 o ) when coupling it with the best constructive procedure G 01 . Table 2 shows the results obtained in this experiment.
It is worth mentioning that the efficient evaluation of the objective function allows the local search to be executed also in small computing times. In this case, the superiority of LS 2 o is clear, reaching the best solution in every instance, with a deviation of 0.00%. Then, LS 2 o is the local search selected for BVNS.
The aim of the third experiment is to find the optimal ordering of the neighborhood structures in the context of VND. Although it is usually recommended to firstly explore the neighborhoods from the smallest to the largest [34], we perform an empirical evaluation of all possibilities in order to select the best one. In this experiment, each variant of VND has been applied to the solution derived from G 01 . Figure 3 shows a graph comparing computing time (X-axis) with average deviation (Y-axis) of the six possibilities for the local search order within VND.
As it can be derived from the graph, the two best options are N s + N 2 o + N i and N 2 o + N s + N i , with the same average deviation of 0.06%. Since the computing time of N s + N 2 o + N i is twice the time of N 2 o + N s + N i , we select the last one for the VND and GVNS algorithm.
The next experiment analyzes the influence of the parameter k max in the context of BVNS. The VNS literature [19] recommends using small values for this parameter. This is mainly because large values of k max will explore solutions that are very different to the incumbent one, being similar to constructing an entire new solution. Therefore, the values considered for this experiment are k max = { 0.05 , 0.1 , 0.15 m , 0.2 m } . Notice that, to favor scalability, the value of the parameter is dependent on the number of wavelengths m of the input instance. Table 3 shows the results obtained in this experiment.
As it can be observed in this experiment, the quality of the solutions increase with the value of k max . However, when reaching k max = 0.2 , the search seems to be stagnated, but increasing the computing time required. Therefore, we select k max = 0.15 m for the final BVNS algorithm.
The next experiment is designed to identify the best k max value for the GVNS algorithm. Following the same reasoning as in the previous experiment, we have tested the same values, k max = { 0.05 m , 0.1 m , 0.15 m , 0.2 m } . Table 4 shows the results of this experiment.
Again, the larger the value of k max , the better the quality. However, the differences in quality (deviation and number of best solutions) between k max = 0.15 and k max = 0.20 are negligible, while the latter requires a larger computing time. Therefore, we select k max = 0.15 as the best value for GVNS.
The last preliminary experiment is intended to analyze which VNS variant is the most promising one. Table 5 shows the results obtained by the best configuration of each VNS variant: BVNS, VND, and GVNS.
As it can be derived from the data, the worst variant is BVNS, with a deviation of 2.04%. However, it is the fastest algorithm, so it would be an interesting selection when requiring small computing times. Analyzing the results of VND and GVNS, the former is considerably faster, as expected, since GVNS executes a complete VND in each iteration. However, it is worth mentioning that VND is able to reach a small deviation of 0.50%, which makes it a relevant candidate if the computing time is one of the main requisites, although it only reaches 2 out of 15 best solutions. Finally, GVNS emerges as the best variant reaching all the best solutions found, requiring a larger, but reasonable, computing time.

4.2. Competitive Testing

Once the parameters of the proposed algorithm have been tested, this competitive testing is devoted to analyzing the efficiency of the best variant, which is GVNS, with the best previous method found in the state-of-the-art, which is based on a Simulated Annealing (SA) framework. In this case, the experiment is performed over the complete set of 72 instances. The results of the previous method are directly imported from the original work [2]. Table 6 shows the summary table with the results obtained by both algorithms. To facilitate future comparisons, we report in Appendix A (see Table A1) individual results per instance.
In order to have a fair comparison, we have considered the same experimental methodology than the one used in the previous paper. In particular, the algorithm has executed 50 independent iterations, reporting the average objective function value and time in the first main row, and the best values in the second main row.
If we firstly analyze the average results, we can clearly see that GVNS is able to obtain the largest number of best solutions (65 vs. 7) and a smaller deviation (0.04% vs. 1.10%). This small deviation indicates that, in the seven instances in which GVNS does not reach the best solution, it remains very close to it. Regarding the best results obtained with both algorithms, GVNS is still the best option, with the smallest deviation (0.19% vs. 0.57%) and the largest number of best solutions found (44 vs. 38). Notice that the computing times are equivalent in both cases. It is worth mentioning that it is always a difficult task to compare execution times of different algorithms implemented in different programming languages but, in this case, the execution environment could be considered equivalent.
In order to confirm that there are statistically significant differences between both algorithms, we have conducted a non-parametric pairwise Wilcoxon test. The resulting p-value smaller than 0.05 confirms the superiority of our proposal.

5. Conclusions

This paper presents three Variable Neighborhood Search variants for dealing with the Band Collocation Problem. This problem arose in the context of telecommunication networks to solve some concerns with the original Bandpass Problem with respect to its practical application.
The evaluation of the objective function is very computationally demanding, so the proposed LRU cache optimization method is able to efficiently evaluate solutions without requiring large computational times. This optimization allows the VNS to perform a deeper analysis of the search space.
Three neighborhood structures are explored, as well as their combination in a Variable Neighborhood Descent scheme. Additionally, a Basic VNS, which considers the best neighborhood structure in its local search phase is presented, as well as a General VNS algorithm, which increases the diversification of VND. The experimental results show how the combination of several neighborhood structures in the GVNS scheme allows the algorithm to explore a wider portion of the search space, resulting in better results.
Finally, the General VNS algorithm is able to outperform the state-of-the-art method, based on Simulated Annealing in similar computing times, emerging GVNS as a competitive method for the Band Collocation Problem.

Author Contributions

I.L.-O. implemented the proposed algorithm, and performed the experiments; A.D. and J.S.-O. designed the algorithm and the experiments; A.D. and M.Á.R.-G. analyzed the data and contributed reagents/materials/analysis tools; A.D., I.L.-O. and J.S.-O. wrote the paper. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by “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, and PEJD-2019-PRE/TIC-16151, and by Research Talent Attraction Program by the Comunidad de Madrid with grant reference 2017-T2/TIC-5664.

Acknowledgments

Authors would like to thank researcher R. Martin-Santamaria for his promising ideas about the optimization of the objective function evaluation.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1 shows the results of our competitive testing, where we report for each instance the objective function value (O.F.), the average deviation with respect to the best known value (Dev (%)), an indicator that determines whether the methods match the best known solution or not (#Best), and the computing time in seconds (Time (s)). These results are obtained as the average execution of 50 independent iterations (Average (grey)) or best one among those 50 iterations (Best).
Table A1. Individual result for each instance.
Table A1. Individual result for each instance.
SAGVNS
AverageBestAverageBest
NameO.F.Dev (%)#BestTime (s)O.F.Dev (%)#BestTime (s)O.F.Dev (%)#BestTime (s)O.F.Dev (%)#BestTime (s)
T1-M1-R1023,1440.0200.8523,1400.00142.5023,1400.0010.0423,1400.0010.37
T1-M1-R3019,6700.0500.8519,6600.00142.5019,6600.0010.0219,6600.0010.23
T3-M1-R1047,9360.4100.8647,6800.00143.0047,7380.0010.0447,6800.0010.41
T3-M1-R3037,1360.9400.8536,6400.00142.5036,7910.0010.0436,6400.0010.39
T4-M1-R1042,0410.3601.6841,8600.00184.0041,8900.0010.2341,8600.0012.27
T4-M1-R3036,1091.9301.6935,5700.85084.5035,4250.0010.1635,2700.0011.57
T6-M1-R1084,9390.4601.7284,5300.00186.0084,5490.0010.1284,5300.0011.19
T6-M1-R3063,8270.2401.6963,2700.00184.5063,6720.0010.1063,2700.0010.91
T7-M1-R1076,7100.5103.8376,0700.001191.5076,3230.0011.4476,2400.22014.35
T7-M1-R3063,9831.4903.8462,7900.450192.0063,0450.0012.0662,5100.00120.58
T9-M1-R10155,4090.3703.97154,4100.001198.50154,8370.0011.61154,4100.00116.10
T9-M1-R30112,5061.0003.93110,7500.001196.50111,3940.0010.83110,7500.0018.27
T10-M1-R10122,5941.1506.76121,6200.630338.00121,1950.00110.05120,8600.001100.54
T10-M1-R3099,5271.7406.6996,3300.001334.5097,8230.0017.6297,3301.04076.16
T12-M1-R10247,8000.2206.97246,0400.001348.50247,2590.00113.19246,4300.160131.94
T12-M1-R30164,3640.0406.68163,1700.001334.00164,2960.0014.61163,6700.31046.05
T13-M1-R10182,0520.83010.61180,7900.460530.50180,5540.00146.87179,9700.001468.70
T13-M1-R30150,1372.04010.62147,6900.480531.00147,1410.00131.37146,9800.001313.67
T15-M1-R10360,4600.39010.68358,1400.150534.00359,0580.00170.35357,6000.001703.53
T15-M1-R30237,1750.02010.73235,2600.001536.50237,1220.00135.49236,4000.480354.88
T16-M1-R10250,2120.89015.46248,5400.490773.00248,0100.001126.01247,3300.0011260.15
T16-M1-R30202,9970.96015.48198,1600.001774.00201,0710.001124.19199,0400.4401241.93
T18-M1-R10489,6050.06015.94486,9000.001797.00489,3090.001120.19487,3100.0801201.86
T18-M1-R30323,8810.95015.97319,1000.010798.50320,8310.001110.41319,0700.0011104.12
T19-M1-R10327,3380.72021.53325,6600.3501076.50324,9960.001192.21324,5200.0011922.05
T19-M1-R30271,1471.75021.51267,7800.6201075.50266,4860.001133.07266,1200.0011330.70
T21-M1-R10644,8900.57021.64641,8300.3601082.00641,2630.001190.15639,5300.0011901.47
T21-M1-R30420,4580.40021.76416,1900.0011088.00418,7720.00196.63418,1100.460966.27
T22-M1-R10409,4021.03028.17406,1600.4601408.50405,2370.001230.34404,3000.0012303.35
T22-M1-R30320,9692.38028.24312,5600.5001412.00313,5180.001236.44311,0200.0012364.36
T24-M1-R10819,7500.48028.96814,7100.0701448.00815,8050.001268.24814,1800.0012682.44
T24-M1-R30486,6121.16028.55480,2800.0011427.50481,0190.00172.51480,3700.020725.11
T25-M1-R10513,0400.87035.38510,1100.3601769.00508,5960.001209.06508,2800.0012090.58
T25-M1-R30414,4610.74035.74408,9300.0301787.00411,4120.001395.48408,8100.0013954.84
T27-M1-R101,009,4270.02039.021,005,8800.0011951.001,009,2310.001314.021,007,2300.1303140.22
T27-M1-R30595,6661.01044.02590,4700.6102201.00589,6890.001174.13586,8900.0011741.32
T28-M1-R10613,7811.19054.54610,9001.0002727.00606,5720.001459.08604,8700.0014590.83
T28-M1-R30479,2581.65050.56470,5300.0202528.00471,4610.001404.22470,4200.0014042.22
T30-M1-R101,194,7890.33044.561,189,5800.0702228.001,190,8810.001478.331,188,7600.0014783.30
T30-M1-R30691,1230.63044.84684,1000.0012242.00686,8260.001113.06685,9200.2701130.56
T31-M1-R10726,71612.70054.23719,55011.6302711.50644,8440.001285.34644,6100.0012853.42
T31-M1-R30537,20111.81054.57529,22011.3702728.50480,4720.001449.69475,2000.0014496.92
T33-M1-R101,428,0800.00155.371,422,4800.0012768.501,433,5560.380280.891,431,5000.6302808.85
T33-M1-R30848,4780.06056.28840,6800.0012814.00847,9910.001332.81843,0900.2903328.10
T34-M1-R10872,7171.09066.67868,9400.7503333.50863,3070.001406.37862,4500.0014063.71
T34-M1-R30696,2840.55066.68688,3900.0013334.00692,4860.001575.50690,1800.2605755.01
T36-M1-R101,712,6580.00167.041,703,6000.0013352.001,717,6680.290501.651,713,4600.5805016.48
T36-M1-R301,020,7570.04067.451,014,7500.0013372.501,020,3810.001150.321,017,9200.3101503.23
T37-M1-R10214,8271.01014.14213,4500.730707.00212,6750.001173.96211,9100.0011739.65
T37-M1-R30171,9031.14014.15168,7700.260707.50169,9700.001118.61168,3400.0011186.07
T39-M1-R10422,0090.10014.23418,6300.001711.50421,6030.00180.70420,9200.550807.04
T39-M1-R30272,1170.00114.31268,5300.001715.50273,6110.550106.64269,7400.4501066.38
T40-M1-R10240,7301.34016.68238,6300.850834.00237,5470.001119.30236,6100.0011193.00
T40-M1-R30183,6240.85016.70179,5600.001835.00182,0680.00176.11180,0100.250761.13
T42-M1-R10484,8580.26016.78481,7100.100839.00483,5930.001155.67481,2300.0011556.68
T42-M1-R30293,5202.35016.89288,6900.790844.50286,7790.00131.33286,4200.001313.33
T43-M1-R10273,5601.38019.66271,0200.820983.00269,8350.001149.04268,8100.0011490.38
T43-M1-R30209,0321.02019.68204,4500.001984.00206,9280.001174.55204,7000.1201745.46
T45-M1-R10537,8920.41019.79534,9200.300989.50535,7220.001105.61533,3100.0011056.10
T45-M1-R30318,2021.66019.90315,6800.980995.00313,0120.00128.54312,6200.001285.41
T46-M1-R10300,1891.91022.60298,1901.5701130.00294,5490.001110.17293,5800.0011101.70
T46-M1-R30219,5151.39022.65213,6500.0011132.50216,5060.001202.67214,7700.5202026.67
T48-M1-R10588,0240.24022.77584,1500.0011138.50586,6300.001212.45584,1500.0012124.50
T48-M1-R30344,4420.63022.94339,8700.0011147.00342,2830.00172.44341,9100.600724.36
T49-M1-R10329,3752.26025.57325,3501.4001278.50322,1100.001143.92320,8500.0011439.16
T49-M1-R30236,3800.34026.69230,2800.0011334.50235,5880.001199.10233,1901.2601991.00
T51-M1-R10648,8230.00131.10644,1000.0011555.00650,6470.28072.70650,2300.950726.96
T51-M1-R30379,6200.00131.27375,2800.0011563.50382,0860.65049.04379,4101.100490.37
T52-M1-R10364,3292.18034.43361,1301.4601721.50356,5600.00184.57355,9500.001845.68
T52-M1-R30271,1820.76034.49265,9900.0011724.50269,1370.00197.35267,9400.730973.45
T54-M1-R10707,1320.00134.69702,8800.0011734.50709,1950.29064.26703,9500.150642.64
T54-M1-R30415,0280.00134.90408,5200.0011745.00416,4620.35047.36413,6701.260473.64

References

  1. Resende, M.G.C.; Pardalos, P.M. Handbook of Optimization in Telecommunications; Springer: New York, NY, USA, 2006. [Google Scholar] [CrossRef]
  2. Kutucu, H.; Gursoy, A.; Kurt, M.; Nuriyev, U.G. The Band Collocation Problem: A Library of Problems and a Metaheuristic Approach. In Proceedings of the International Conference on Discrete Optimization and Operations Research (DOOR), Vladivostok, Russia, 19–23 September 2016; pp. 464–476. [Google Scholar]
  3. Bell, G.; Babayev, D. Bandpass problem. In Proceedings of the Annual INFORMS Meeting, Denver, CO, USA, 24–27 October 2004. [Google Scholar]
  4. Kumar, S. Fiber Optic Communications: Fundamentals and Applications; Wiley John + Sons: Hoboken, NJ, USA, 2014. [Google Scholar]
  5. Babayev, D.A.; Bell, G.I.; Nuriyev, U.G. The bandpass problem: Combinatorial optimization and library of problems. J. Comb. Optim. 2008, 18, 151–172. [Google Scholar] [CrossRef]
  6. Babayev, D.A.; Nuriyev, U.G.; Bell, G.I.; Berberler, M.E.; Gursoy, A.; Kurt, M. Library of Bandpass Problems. 2007. Available online: https://scholar.google.com/scholar?cluster=13307288714367400187&hl=en&oi=scholarr (accessed on 15 October 2020).
  7. Lin, G. On the Bandpass problem. J. Comb. Optim. 2009, 22, 71–77. [Google Scholar] [CrossRef]
  8. Nuriyev, U.G.; Kutucu, H.; Kurt, M. Mathematical models of the Bandpass problem and OrderMatic computer game. Math. Comput. Model. 2011, 53, 1282–1288. [Google Scholar] [CrossRef] [Green Version]
  9. Li, Z.; Lin, G. The three column Bandpass problem is solvable in linear time. Theor. Comput. Sci. 2011, 412, 281–299. [Google Scholar] [CrossRef] [Green Version]
  10. Gürsoy, A.; Nuriyev, U. Genetic algorithm for multi bandpass problem and library of problems. In Proceedings of the 2012 IV International Conference “Problems of Cybernetics and Informatics” (PCI), Baku, Azerbaijan, 12–14 September 2012; pp. 1–5. [Google Scholar]
  11. Chen, Z.Z.; Wang, L. An Improved Approximation Algorithm for the Bandpass-2 Problem. In Combinatorial Optimization and Applications; Lin, G., Ed.; Springer: Berlin/Heidelberg, Germany, 2012; pp. 188–199. [Google Scholar]
  12. Kurt, M.; Kutucu, H.; Gursoy, A.; Nuriyev, U. The Optimization of the Bandpass Lengths in the Multi-Bandpass Problem; Springer: Berlin/Heidelberg, Germany, 2013; pp. 115–123. [Google Scholar] [CrossRef]
  13. Sánchez-Oro, J.; Laguna, M.; Martí, R.; Duarte, A. Scatter search for the bandpass problem. J. Glob. Optim. 2016, 66, 769–790. [Google Scholar] [CrossRef]
  14. Gursoy, A.; Kurt, M.; Kutucu, H.; Nuriyev, U. New heuristics and meta-heuristics for the Bandpass problem. Eng. Sci. Technol. Int. J. 2017, 20, 1531–1539. [Google Scholar] [CrossRef]
  15. Iannone, E. Telecommunication Networks; CRC Press: Boca Raton, FL, USA, 2017. [Google Scholar]
  16. Gursoy, A.; Kurt, M.; Kutucu, H.; Nuriyev, U. A heuristic algorithm for the band collocation problem. In Proceedings of the 2016 IEEE 10th International Conference on Application of Information and Communication Technologies (AICT), Baku, Azerbaijan, 12–14 October 2016; pp. 1–4. [Google Scholar]
  17. Gursoy, A.; Tekin, A.; Keserlioğlu, S.; Kutucu, H.; Kurt, M.; Nuriyev, U. An improved binary integer programming model of the Band Collocation problem. J. Mod. Technol. Eng. 2017, 2, 34–42. [Google Scholar]
  18. Kutucu, H.; Gursoy, A.; Kurt, M.; Nuriyev, U. On the solution approaches of the band collocation problem. Twms J. Appl. Eng. Math. 2019, 9, 724–734. [Google Scholar]
  19. Hansen, P.; Mladenović, N.; Pérez, J.A.M. Variable neighbourhood search: Methods and applications. Ann. Oper. Res. 2009, 175, 367–407. [Google Scholar] [CrossRef]
  20. Hansen, P.; Mladenović, N.; Brimberg, J.; Pérez, J.A.M. Variable Neighborhood Search. In Handbook of Metaheuristics; Springer: Boston, MA, USA, 2010; pp. 61–86. [Google Scholar] [CrossRef]
  21. Kutucu, H.; Gursoy, A.; Kurt, M.; Nuriyev, U. The band collocation problem. J. Comb. Optim. 2020, 40, 454–481. [Google Scholar] [CrossRef]
  22. Johnson, T.; Shasha, D. 2Q: A Low Overhead High Performance Buffer Management Replacement Algorithm. In Proceedings of the 20th International Conference on Very Large Data Bases, Santiago, Chile, 12–15 September 1994; Morgan Kaufmann Publishers Inc.: San Francisco, CA, USA, 1994; pp. 439–450. [Google Scholar]
  23. Mladenović, N.; Hansen, P. Variable neighborhood search. Comput. Oper. Res. 1997, 24, 1097–1100. [Google Scholar] [CrossRef]
  24. Pardo, E.G.; Mladenović, N.; Pantrigo, J.J.; Duarte, A. Variable Formulation Search for the Cutwidth Minimization Problem. Appl. Soft Comput. 2013, 13, 2242–2252. [Google Scholar] [CrossRef]
  25. Duarte, A.; Sánchez-Oro, J.; Mladenović, N.; Todosijević, R. Variable Neighborhood Descent. In Handbook of Heuristics; Springer International Publishing: Berlin/Heidelberg, Germany, 2018; pp. 341–367. [Google Scholar] [CrossRef]
  26. Sánchez-Oro, J.; José Pantrigo, J.; Duarte, A. Combining intensification and diversification strategies in VNS. An application to the Vertex Separation problem. Comput. Oper. Res. 2014, 52, 209–219. [Google Scholar] [CrossRef]
  27. Duarte, A.; Escudero, L.F.; Martí, R.; Mladenovic, N.; Pantrigo, J.J.; Sánchez-Oro, J. Variable neighborhood search for the Vertex Separation Problem. Comput. Oper. Res. 2012, 39, 3247–3255. [Google Scholar] [CrossRef]
  28. Pei, J.; Dražić, Z.; Dražić, M.; Mladenović, N.; Pardalos, P.M. Continuous Variable Neighborhood Search (C-VNS) for Solving Systems of Nonlinear Equations. Informs J. Comput. 2019, 31, 235–250. [Google Scholar] [CrossRef]
  29. Brimberg, J.; Mladenović, N.; Todosijević, R.; Urošević, D. Solving the capacitated clustering problem with variable neighborhood search. Ann. Oper. Res. 2017, 272, 289–321. [Google Scholar] [CrossRef]
  30. Ivanov, S.V.; Kibzun, A.I.; Mladenović, N.; Urošević, D. Variable neighborhood search for stochastic linear programming problem with quantile criterion. J. Glob. Optim. 2019, 74, 549–564. [Google Scholar] [CrossRef]
  31. Sánchez-Oro, J.; López-Sánchez, A.D.; Colmenar, J.M. A general variable neighborhood search for solving the multi-objective open vehicle routing problem. J. Heuristics 2020, 26, 423–452. [Google Scholar] [CrossRef]
  32. Potvin, J.Y.; Rousseau, J.M. An Exchange Heuristic for Routeing Problems with Time Windows. J. Oper. Res. Soc. 1995, 46, 1433–1446. [Google Scholar] [CrossRef]
  33. Pérez-Peló, S.; Sánchez-Oro, J.; Martín-Santamaría, R.; Duarte, A. On the Analysis of the Influence of the Evaluation Metric in Community Detection over Social Networks. Electronics 2018, 8, 23. [Google Scholar] [CrossRef] [Green Version]
  34. Hansen, P.; Mladenović, N. Variable Neighborhood Search. In Search Methodologies; Springer US: New York, NY, USA, 2005; pp. 211–238. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Initial and optimal configuration for a given set of 5 wavelengths and 3 target stations.
Figure 1. Initial and optimal configuration for a given set of 5 wavelengths and 3 target stations.
Electronics 09 01860 g001
Figure 2. Graphical illustration of the Least Recently Used (LRU) cache optimization structure.
Figure 2. Graphical illustration of the Least Recently Used (LRU) cache optimization structure.
Electronics 09 01860 g002
Figure 3. Time versus deviation graph for the different orderings of the local search inside the Variable Neighborhood Descent (VND) framework.
Figure 3. Time versus deviation graph for the different orderings of the local search inside the Variable Neighborhood Descent (VND) framework.
Electronics 09 01860 g003
Table 1. Comparison among the three constructive procedures G 0 , G 1 , G 01 .
Table 1. Comparison among the three constructive procedures G 0 , G 1 , G 01 .
AlgorithmAvg.Time (s)Dev (%)#Best
G 01 337,300.000.060.1210
G 0 341,302.000.061.343
G 1 340,383.330.060.892
Table 2. Comparison among the three local search methods LS i , LS s , LS 2 o when improving the solutions generated by the best constructive procedure, G 01 .
Table 2. Comparison among the three local search methods LS i , LS s , LS 2 o when improving the solutions generated by the best constructive procedure, G 01 .
AlgorithmAvg.Time (s)Dev (%)#Best
G 01 + LS i 337,199.331.940.651
G 01 + LS s 337,170.000.690.501
G 01 + LS 2 o 335,281.340.990.0015
Table 3. Comparison of the different k max values considered in the Basic Variable Neighborhood Search (BVNS) algorithm.
Table 3. Comparison of the different k max values considered in the Basic Variable Neighborhood Search (BVNS) algorithm.
k max Avg.Time (s)Dev (%)#Best
0.05334,610.002.060.278
0.10334,156.664.130.2012
0.15332,959.337.520.0015
0.20332,959.339.200.0015
Table 4. Comparison of the different k max values considered in the General Variable Neighborhood Search (GVNS) algorithm.
Table 4. Comparison of the different k max values considered in the General Variable Neighborhood Search (GVNS) algorithm.
k max Avg.Time (s)Dev (%)#Best
0.05326,517.3378.450.324
0.10326,174.00108.590.169
0.15325,531.33149.940.0213
0.20325,468.67167.890.0015
Table 5. Comparison among the different VNS variants for the preliminary set of instances.
Table 5. Comparison among the different VNS variants for the preliminary set of instances.
AlgorithmAvg.Time (s)Dev (%)#Best
BVNS332,959.337.522.041
VND327,008.6734.780.502
GVNS325,531.33149.940.0015
Table 6. Comparison with the state-of-the-art.
Table 6. Comparison with the state-of-the-art.
Avg.Dev (%)#BestTime (s)
AverageSA403,826.791.10724.20
GVNS399,856.920.0465143.51
BestSA400,205.830.57381210.19
GVNS398,470.970.19441435.09
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lozano-Osorio, I.; Sanchez-Oro, J.; Rodriguez-Garcia, M.Á.; Duarte, A. Optimizing Computer Networks Communication with the Band Collocation Problem: A Variable Neighborhood Search Approach. Electronics 2020, 9, 1860. https://doi.org/10.3390/electronics9111860

AMA Style

Lozano-Osorio I, Sanchez-Oro J, Rodriguez-Garcia MÁ, Duarte A. Optimizing Computer Networks Communication with the Band Collocation Problem: A Variable Neighborhood Search Approach. Electronics. 2020; 9(11):1860. https://doi.org/10.3390/electronics9111860

Chicago/Turabian Style

Lozano-Osorio, Isaac, Jesus Sanchez-Oro, Miguel Ángel Rodriguez-Garcia, and Abraham Duarte. 2020. "Optimizing Computer Networks Communication with the Band Collocation Problem: A Variable Neighborhood Search Approach" Electronics 9, no. 11: 1860. https://doi.org/10.3390/electronics9111860

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