1. Field of the Invention
The present invention relates generally to methods of simplifying simulation of wireless communication networks.
2. Description of the Related Art
Wireless network design and optimization algorithms typically perform numerous network simulations to evaluate potential system configurations. Although network simulators may have varying characteristics, one constant is that simulation runtime generally increases monotonically (and frequently non-linearly) with the number of cells in a network that are to be evaluated. In other words, simulation runtime generally increases as the number of cells to be evaluated increase.
For example, consider a network simulator that, based on traffic data, computes network coverage by placing sample mobiles throughout a given network and determining each cell's effect on each mobile and vice-versa (e.g. each mobile's effect on each cell). A single network evaluation using this method would take O(MN) time, where M is the number of mobiles to be examined and N is the number of cells. Given capacity constraints, M is proportional to N, and the runtime of a single simulation is O(N2). Due to this O(N2) growth, a network evaluation can become computationally expensive as the number of cells to be evaluated in the network increase. Performing a plurality of independent large-scale network evaluations, as is typically required for conventional wireless communication network optimization and design, has thus become increasingly undesirable.
An exemplary embodiment of the present invention is directed to a method of simplifying simulation of a wireless communication network. In the method, the network may be divided into one or more neighborhoods. A neighborhood may be represented by a given cell to be evaluated and one or more neighbor cells of the given cell. A desired simulation of one or more of the neighborhoods may be implemented in order to evaluate network performance.
Another exemplary embodiment of the present invention is directed to a method of accelerating the computational processing of an optimization algorithm used for evaluation of a wireless communication network. The method may include dividing the network into one or more neighborhoods. A neighborhood may be represented by a given cell to be evaluated and one or more neighbor cells of the given cell. A desired optimization algorithm may then be invoked using one or more of the neighborhoods for evaluating network performance, thus reducing the computational complexities of the optimization by reducing the number of cells to be evaluated in a given evaluation of the network or iteration of the optimization algorithm.
Another exemplary embodiment of the present invention is directed to a method of determining a neighborhood around a specified cell within a wireless communication network. The neighborhood may then be evaluated in place of the full network evaluation. Reverse link interference values may be measured at the selected cell for mobiles owned or in communication with another cell. The other cell may or may not be part of the neighborhood that is determined. Each reverse link interference value may be compared to a threshold, and those cells whose mobiles contribute reverse link interference that exceeds the threshold may be selected as members of the neighborhood around the given cell to be evaluated.
Another exemplary embodiment of the present invention is directed to a method of determining a neighborhood around a specified cell within a wireless communication network. The neighborhood may be evaluated in place of the full network evaluation. The neighborhood including the given cell may be defined based on a threshold relating to the geographical distance of other cells from the given cell.
Another exemplary embodiment of the present invention is directed to a method of determining a neighborhood around a specified cell within a wireless communication network. The neighborhood may be evaluated in place of the full network evaluation. The neighborhood including the given cell may be defined based on a threshold relating measured path loss values at the given cell from one or more other cells.
Another exemplary embodiment of the present invention is directed to a method of assessing quality of a neighborhood of cells determined for a cell of interest. The neighborhood may represent a subset of an entire network, with the neighborhood and the entire network subject to evaluation. In the method, one of a simulation and a measurement may be performed using the determined neighborhood to determine a first parameter. A second parameter may be determined by performing one of a simulation and a measurement of the entire network. Based on the determined first and second parameters, a correlation coefficient between the neighborhood and entire network may be determined. The value of the correlation coefficient may be indicative of the quality of the neighborhood, as used for the simulation or measurement, as compared to the entire network.
Exemplary embodiments of the present invention will become more fully understood from the detailed description given herein below and the accompanying drawings, wherein like elements are represented by like reference numerals, which are given by way of illustration only and thus are not limitative of the exemplary embodiments of the present invention.
Although the following description relates to a network based on one or more of CDMA (IS95, cdma2000 and various technology variations), UMTS, GSM, 802.11 and/or related technologies, and will be described in this exemplary context, it should be noted that the exemplary embodiments shown and described herein are meant to be illustrative only and not limiting in any way. As such, various modifications will be apparent to those skilled in the art for application to communication systems or networks based on technologies other than the above, which may be in various stages of development and intended for future replacement of, or use with, the above networks or systems.
As used herein, the term mobile may be synonymous to a mobile user, user equipment (UE), user, subscriber, wireless terminal and/or remote station and may describe a remote user of wireless resources in a wireless communication network. The term ‘cell’ may be understood as a base station, access point, and/or any terminus of radio frequency communication. Although current network architectures may consider a distinction between mobile/user devices and access points/base stations, the exemplary embodiments described hereafter may generally be applicable to architectures where that distinction is not so clear, such as ad hoc and/or mesh network architectures, for example.
The exemplary embodiments of the present invention are directed to methods of network simulation and/or evaluation simplification. The simplification(s) described hereafter may reduce the computational complexities of optimization algorithms used for large-scale network simulations/evaluations having slightly differing configurations. As will be described below, and in general, one may be able to leverage the local nature of wireless radio propagation in order to reduce the number of cells and mobiles to be considered in each network evaluation. A motivation behind this locality property or approach may be understood as follows: cells located “far enough” apart should exert negligible effects on each other. For example, cells on opposite sides of a large metropolitan area should have little effect on each other.
This locality property may be exploited in an effort to achieve significant performance gains even within moderately sized markets. Instead of performing numerous full-network simulations, one can instead simulate much smaller “neighborhoods” around cells of interest. By using the simplification described herein, each successive network evaluation may be completed in O(S) time, where S is a structural constant of the network that is related to neighborhood size and is independent of M and N. This approach may thus be used to reduce the asymptotic runtime of algorithms based in network simulation by a factor of N2. Although the runtime calculations and data presented hereafter in the simulated examples are based on a specific network simulator, the proposed approach may be generic since it is based on properties common to all wireless networks.
To provide context for the exemplary embodiments described herein, the inventors provide an overview of a particular network optimization problem, generally discuss algorithms that may be used to demonstrate the locality simplifications, and provide an introduction to distance measures.
Cell Site Selection and Cell Deletion
Cell deletion, a variant of the well-known cell site selection problem, is an example of a computationally difficult wireless optimization problem whose solution generally requires numerous conventional large-scale network simulations. Cell deletion asks how the designer should remove k cells from a network while maximizing a network performance measure such as network coverage. This problem is relevant in planning network upgrades, when new technologies often improve network performance so that fewer cells are needed to achieve previous performance levels.
The size of the solution space for optimization and the complicated behavior of realistic network performance functions make producing an exact solution for the cell deletion problem nearly impossible. In fact, if no restrictions are placed on the behavior of the network performance function, then an optimal solution to cell deletion can not be found without evaluating all possible solutions.
Since finding exact solutions to discrete optimization problems such as cell deletion is computationally intractable for all but the smallest markets, recent work on such problems has focused on heuristic techniques. Heuristics such as greedy and simulated annealing algorithms attempt to produce near-optimal solutions to the optimization problem in a reasonable or desired amount of time. Both heuristic algorithms have been applied to cell deletion.
Cell Deletion with Greedy and Simulated Annealing
Greedy and simulated annealing are two different heuristics that can be used to approach cell deletion. Implementation of the greedy algorithm removes k cells from a network by iterating k times, each time removing from the network the “least valuable” remaining cell. In order to identify this cell, the algorithm simulates the network removing each cell that is a deletion candidate. The change in performance caused by the removal of each candidate is calculated, and the deletion candidate that would lead to the smallest reduction in network performance is considered to be the least valuable. This least valuable cell is then removed.
The simulated annealing algorithm is inspired from analogy of annealing. Annealing is a physical process in which a low energy molecular configuration is determined by allowing a material to cool slowly. In both simulated annealing and its analog, annealing, the starting configuration may be much higher in energy, and through molecular motion the material seeks, and is able to find, a lower energy state.
The success of annealing may depend on the ability to move through higher energy molecular configurations. Factors affecting such excursions may be the energy available, which is generally measured by the temperature of the material. As the temperature is lowered, such excursions become less likely and the material settles into a lower energy state.
For an implementation of cell deletion using a simulated annealing algorithm, the algorithm may be initiated by generating a random network configuration with k cells removed. The algorithm proceeds by performing a “cell swap” in which one disabled cell is enabled and one enabled cell is disabled. If the swap improves the performance of the network, the algorithm keeps (stores) the new configuration and proceeds with the new configuration. If the swap degrades the performance of the network, the algorithm randomly decides whether to keep the new configuration, or to reject the swap and revert to the previous configuration.
This decision is based in part on the performance difference involved and on the current “temperature” of the simulation. Just as in physical annealing, in the simulating annealing algorithm the temperature decreases with time, such that the probability of keeping an unfavorable swap decreases with time. The simulated annealing algorithm may terminate after a given number of iterations (which may be set in advance), and the current state at the end of the final iteration is declared its solution. The number of full network evaluations required by simulated annealing is the same as the number of iterations for which the algorithm is run.
Distance Measures
The effectiveness of any locality-based network optimization may be influenced by the definition of “distance” between cells. It is this notion of distance that permits a neighborhood to be defined around each cell. Generally, a distance measure may be understood as a function that “measures” the “distance” between two cells. The distance need not be a simple measure of the geographic separation, but rather may be a generalization that should capture how much cells affect each other. A desirable distance measure would conclude that cells having a relatively large effect on each other are closer.
The geographic distance between two cells may be the simplest measure of distance. While cells that are geographically farther apart will tend to have less effect on each other using this distance measure, simple geographic distance does not incorporate the fundamental interaction between cells—radio frequency radiation.
Radio frequency effects should thus be accounted for in order to accurately measure the distance between cells. The path loss (i.e., a measure of an attenuation signal between two points) at broadcast frequencies may serve as a desired measure of distance to determine a given neighborhood for a cell of interest, for example. The path loss may be measured between the cell of interest and one or more points in the vicinity of another cell. For example, the path loss may be measured by comparing the power received from another cell by the cell of interest to the power broadcast by the another cell. In another example, the path loss may be measured by comparing the power received from the cell of interest at mobiles owned by another cell. In a further example, the path loss may be computed by measuring power from the cell of interest at points in the vicinity of another cell. The points may or may not be the mobiles owned by the other cell. In another example, a plurality of measurements can be combined into a single valued measure to be evaluated against the threshold.
Cells that have greater path loss from the cell of interest would be considered ¢farther”, regardless of the geographic distance between cells. A neighborhood may then be defined as those cells that have a path loss value below some threshold (which may be set in advance or be based on another criterion) from the cell of interest, while those cells with path loss value greater than the threshold would not be included in the neighborhood. A path loss-based distance measure would thus incorporate the local terrain, the clutter, and the propagation environment.
However, given the frequency division duplexing used to separate the forward and reverse links in cellular systems, it is not the forward link broadcast of one cell that interferes with another cell, but rather the interference on the reverse link. Accordingly, a modified distance measure that incorporates the deleterious reverse link interference may be desirable when assessing inter-cell interaction. By measuring the power of the reverse link interference at cell of interest A due to the mobiles in communication with another cell B, a distance measure between the two cells may thus be defined. This measure, like the reverse interference, may be dependent on the number of mobiles owned by cell B. By “owned”, the cell (i.e., cell B) that is serving the mobile(s) may represent the mobiles' primary radio connection. Alternatively, any mobiles which may be in communication with a given cell (such as cell B in this example), could also represent mobiles that may be owned by cell B.
This “distance” measure, like reverse link interference, is not symmetric; the mobiles served and/or owned by cell A may have a larger effect on cell B than the effect of those mobiles served by cell B have on cell A. Yet, a distance measure based on a reverse link interference definition may be applicable to a variety of different air interfaces, and may naturally incorporate the differing interactions between cells inherent in each technology.
Network optimization problems, optimization algorithms and distance measures having been briefly discussed, methods of simplifying network simulation and/or methods to reduce the computational complexities of optimization algorithms used for large-scale network evaluations are described hereafter.
As an example of a simulation and optimization algorithm, the implementing function 120 may be embodied by iterating a greedy heuristic-based algorithm using one or more of the neighborhoods to optimize network performance. Alternatively, the implementing function 120 may be embodied by iterating a simulated annealing-based algorithm using one or more of the neighborhoods to determine network performance. These exemplary optimization algorithms will be described in further detail hereafter.
As shown in
Neighborhoods
To take advantage of locality, one needs to define the “neighbors” of every cell of interest. When performing a network simulation around cell A, one only needs to consider the cells that are close enough to A to be relevant. Several methods can be used to determine what distance corresponds to this “close enough” threshold. In an example, two threshholding mechanisms for determining neighborhoods are described to illustrate the potential variation created by the threshold selection.
Thus, the threshold may be embodied as a set number of X cells in the neighborhood of the cell of interest that are closest using a geographic distance measure to the selected cell to be evaluated. Accordingly, the closest X cells (geographically) satisfying the set constant may be selected (230) as neighbors in the neighborhood to be simulated/optimized. The value established for Top- X threshold can be varied based on the structure of the network to be simulated or the availability of computational resources, for example.
Accordingly, as discussed above, one method of determining the neighbors of a cell is to select the “top-X” closest cells as neighbors, where X is a pre-selected constant based on the structure of the network. But this “geographic distance Top-X” threshholding methodology is not the only threshholding technique for neighborhood determination. For example, network inhomogeneity may make it desirable to have different neighborhood sizes for different cells. A cell in a dense, high-interference area should have more neighbors than a cell in a sparse area, for example.
An interference distance measure may provide a more sophisticated methodology for defining neighbors. As shown in
Each reverse link interference value may be compared to a reverse link interference mean threshold (330). Cells whose measured reverse link interference values exceed the threshold may be selected (340) as cells comprising the neighborhood surrounding the selected cell A to be evaluated.
The reverse link interference power distribution for cells is heavily right-skewed, demonstrating that most of the interference at any cell is due to a relatively small number of other cells. By choosing an appropriate interference cut-off value and selecting all cells with interference scores greater than that value, one may thus obtain interference-based neighborhoods that are essentially independent of the total size of the network. Accordingly, determining cells for a neighborhood based on some multiple γ of the linear mean of interference power for each cell may be a desirable alternative to “Top-X” threshholding. Greater values of γ will result in smaller neighborhoods. A cell-specific mean interference value is used instead of a global mean interference value because cells are often in significantly different interference environments.
Modifying Algorithms for Locality
Conventional approaches to cell deletion rely on multiple, full-network evaluations, where the number of operations in each iteration grows proportionally with the product, M×N, i.e., O(MN). Greedy, simulated annealing and/or other optimization algorithms may be modified to accommodate the locality simplifications described herein.
The modification to make the greedy algorithm work with neighborhoods are relatively straightforward. The change is that simulations to determine the performance penalty for disabling a cell should no longer be performed on the entire network. Instead, each cell's performance penalty calculation should be performed within its own neighborhood. This is shown in the comparison between the conventional-greedy and modified locality-greedy penalty calculations below in Expression (1).
Conventional-Greedy:
PenaltyA=Performance of network with cell A on−Performance of network with cell A off; (1)
Locality-Greedy:
PenaltyA=Performance of A's neighborhood with cell A on−Performance of A's neighborhood with cell A off.
Locality-greedy requires approximately twice the number of partial network evaluations as conventional-greedy requires full network evaluations. But, while the total number of evaluations may increase, each evaluation is simpler because only the neighborhood of the cell—and not the entirety of the network, is considered. Locality-greedy thus requires O(2S2) time for each step that conventional-greedy performs in O(MN) time, where S is the neighborhood size. This difference implies that conventional-greedy may be more favorable for sufficiently small networks (MN/2S2≈1) while locality-greedy may be preferable for medium-to-large networks (MN/2S2>>1).
Conventional-simulated-annealing may be modified a bit differently than conventional-greedy in order to take advantage of locality. Conventional-simulated-annealing normally determines the performance “gain” (either positive or negative) of a particular cell swap by finding the performance difference of the entire network between the “before” and “after” configurations. This is shown in Expression (2).
Conventional-Simulated-Annealing:
Performance gain=Performance of network after−Performance of network before. (2)
Since a cell swap only directly affects the state of two cells, A and B, the network only need be re-simulated within the neighborhoods of these two cells. If A is the cell that is being enabled by the swap and B is the one that is being disabled, then the net performance gain may be calculated as shown in Expression (3) below.
Locality-Simulated-Annealing:
Performance gain=Performance gain of A's neighborhood−Performance gain of B's neighborhood (3)
Accordingly, Expression (3) may be understood as the performance gain when cell A and B are swapped. This is computed based on the difference between the performance of A's neighborhood with A turned on and the performance of A's neighborhood with A turned off (called Performance gain of A's neighborhood in Expression (3)) and similarly on the difference between the performance of B's neighborhood with B turned off and the performance of B's neighborhood with B turned on (called Performance gain of B's neighborhood in Expression (3)).
Locality-simulated-annealing requires four times as many partial network evaluations as conventional-simulated-annealing requires full network evaluations. Locality-simulated-annealing thus requires O(4S2) time for each step that conventional-simulated-annealing performs in O(MN) time, where S is the neighborhood size.
SIMULATED EXAMPLES
To test the performance of the methods described above, several simulations were performed. Coverage is evaluated in both the forward and reverse link, including both pilot (Ec/I0) and traffic channel (Eb/N0) requirements. Since a pre-existing network was assumed to exist (as in a network upgrade), the cell sites are considered to be fixed; thus the possibility of acquiring additional sites was not considered. The simulations presented hereafter used typical cdma2000-1X (also known as 3G-1X) voice parameters, with the understanding that the exemplary approach is general and can be applied to other technologies (UMTS, IS-95, etc.) and to other services (such as high speed data).
Locality Simplification Allows For Accurate Simulation
Neighborhood simplifications were applied to both greedy and simulated annealing algorithms used for solving the cell deletion problem on multiple wireless networks, including α-irregular networks and realistic networks. An α-irregular network is constructed from a uniform-traffic network with omni-directional cells of mean separation rs in a uniform hexagonal array using flat terrain. Each cell is then offset from its position in the uniform array by a random offset; the probability distribution of that offset is uniform in all directions and in magnitude between 0 and αrs. The resulting realization of an α-irregular networkserves as a model network which incorporates some irregularity into the cell positions. The simulation results demonstrate that neighborhood simplification may allow for accurate simulation with significant efficiency gains for both the greedy and simulated annealing approaches to cell deletion.
In
As
Successful results were obtained for simulated annealing. The inventors generated 14 random states in an α=0.5 irregular network with 25 out of 127 cells deleted. For each state, 500 iterations were run of both conventional-simulated-annealing and locality-simulated-annealing, using an interference mean γ=2. On average, conventional-simulated-annealing improved coverage by 0.0398, while locality-simulated-annealing improved coverage by 0.0387, a difference of only 0.0011. Average neighborhood size in the γ=2 locality-simulated-annealing was 18.8. Thus, locality-simulated-annealing may promise nearly the same coverage with a runtime that is roughly eleven (11) times faster than conventional-simulated-annealing.
To gain perspective as to the robustness of the locality approximation and the utility of neighborhoods, in
In
As shown in
Choice of Distance Measure And Neighborhood Affects Simulation Accuracy
Accordingly, the choice of distance measure or threshholding can have a significant impact on the performance of the neighborhood simplification. In
The interference-based method performs better because it generates neighborhoods more intelligently: it is able to include geographically-distant cells that have high interactions with the cell of interest while ignoring geographically-near cells that do not have much interaction. For example, as
Choice of Neighborhood Size Affects Simulation Accuracy And Efficiency
Neighborhood size determination presents a trade-off between simulation accuracy and efficiency. As shown in
In another exemplary embodiment of the present invention, neighborhoods may be used to assess neighborhood quality. For example, dividing networks into neighborhoods around cells of interest could be used in assessing the size of a neighborhood required for adequate accuracy in simulation. Such a procedure may be employed to see how robust the selected neighborhood is, and/or to efficiently determine the quality of the neighborhood. This may also help to conserve processing resources, since one can check a selected neighborhood's robustness characteristics in advance, prior to using the neighborhood for testing/simulation purposes.
As an example, a measurement could be made of certain events (for example call attempts) that coincide with an event in the cell of interest of the neighborhood (for example a call failure). A parameter such as the number of such coincident events per minute may represent a measure for a given neighborhood. A similar parameter could be measured for the entire network. The number of events in the neighborhood may be the number of failures in the cell of interest that are coincident with call attempts in the neighborhood (instead of in the network as a whole). To test the quality of the neighborhood, a correlation coefficient may be computed based on the measured parameters for the network version and the neighborhood version, in an effort to determine how well the neighborhood captured such events, and hence, may provide a relative indication of the quality or robustness of the evaluated neighborhood.
Given the trade-off between simulation accuracy and efficiency, one might wonder how, given a network, one could select an accurate distance measure and/or neighborhood definition. One method for guiding neighborhood size decisions is illustrated by the correlation graphs of
Therefore, the exemplary embodiments of the present invention are directed to methods of simplifying network simulation by using locality-based measures. Although exemplary implementation details and results data has been shown for greedy and simulated-annealing approaches to cell deletion, the methodologies described herein may be applicable to potentially any other network optimization algorithm that requires repeated simulations of given network configurations.
Moreover, a number of optimization algorithms used for evaluation of a wireless communication network may be simplified using the neighborhood concept. Thus, the desired optimization algorithm may be invoked using one or more determined neighborhoods of the network for evaluating network performance. Evaluating cells of a neighborhood in a given iteration instead of all cells in the network may substantially reduce the computational complexities of the optimization by reducing the complexity of the required calculations and/or reducing the number of cells being optimized in a given iteration of the algorithm.
Although some algorithms (such as simulated annealing) may require more evaluations, each iterative evaluation is of a smaller area and therefore less complex and computationally intensive. The net result may be a substantial savings in computational processing time and hardware, since the time required and/or computational complexity of one or more of the processing steps in a given iteration are reduced.
The exemplary embodiments of the present invention being thus described, it will be obvious that the same may be varied in many ways. Such variations are not to be regarded as departure from the spirit and scope of the exemplary embodiments of the present invention, and all such modifications as would be obvious to one skilled in the art are intended to be included within the scope of the following claims.