Next Article in Journal
An Improved Bacterial-Foraging Optimization-Based Machine Learning Framework for Predicting the Severity of Somatization Disorder
Next Article in Special Issue
Modified Cuckoo Search Algorithm with Variational Parameters and Logistic Map
Previous Article in Journal
Modeling the Trend of Credit Card Usage Behavior for Different Age Groups Based on Singular Spectrum Analysis
Previous Article in Special Issue
2-Phase NSGA II: An Optimized Reward and Risk Measurements Algorithm in Portfolio Optimization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Spectrum Scheduling Scheme with Ant Colony Optimization Algorithm

School of Software, Central South University, Changsha 410075, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Algorithms 2018, 11(2), 16; https://doi.org/10.3390/a11020016
Submission received: 28 November 2017 / Revised: 17 January 2018 / Accepted: 26 January 2018 / Published: 29 January 2018
(This article belongs to the Special Issue Evolutionary Computation for Multiobjective Optimization)

Abstract

:
Cognitive radio is a promising technology for improving spectrum utilization, which allows cognitive users access to the licensed spectrum while primary users are absent. In this paper, we design a resource allocation framework based on graph theory for spectrum assignment in cognitive radio networks. The framework takes into account the constraints that interference for primary users and possible collision among cognitive users. Based on the proposed model, we formulate a system utility function to maximize the system benefit. Based on the proposed model and objective problem, we design an improved ant colony optimization algorithm (IACO) from two aspects: first, we introduce differential evolution (DE) process to accelerate convergence speed by monitoring mechanism; then we design a variable neighborhood search (VNS) process to avoid the algorithm falling into the local optimal. Simulation results demonstrate that the improved algorithm achieves better performance.

1. Introduction

With the development of wireless technology, the massive growth of wireless products increases the demand for spectrum resources [1]. The fixed spectrum allocation policy limits the utilization of aspectrum that is one of the non-renewable natural resources, which leads to underutilization for a licensed spectrum and overutilization for unlicensed bands [2,3]. According to a report by the Federal Communications Commission [4], the spatial and temporal variations in the licensed spectrum utilization range from 15 to 85%. Therefore, achieving high utilization for licensed bands is one of the most critical approaches to solving the spectrum-scarcity problem in the next generation wireless systems. Cognitive radio (CR) [5] is a promising technology for dynamic spectrum management, which can achieve better exploitation for spectrum resources. CR is able to intelligently detect ‘spectrum holes’ (which means available licensed spectrum) and effectively allocate them to cognitive users (who can also be named as secondary users or unlicensed users) in accordance with the distribution objective. The main objective of spectrum allocation is to maximize spectrum utilization while avoiding the possible interference to authorized users (who are referred to as primary users). Thus, how to perform spectrum allocation to achieve maximization objectives while guarantee fairness constraints for cognitive users and interference constraints for primary users become the main question in dynamic spectrum assignment.
To address the spectrum allocation problem, we need to formulate a framework to guarantee interference protection for primary users and build a relationship among cognitive users. Scholars have done a lot of research about the mathematical model for spectrum allocation. In [6], Lu focuses on using bipartite graphs to solve the resource allocation problem, in which cognitive users and primary users are treated as two partite sets and an allocation scheme can be seen as a matching of the corresponding bipartite graph. A mathematical cross-layered model for the cognitive radio network link scheduling problem under the interference temperature model is presented in [7], which maximizes the number of scheduled links within a time frame while satisfying interference temperature constraints. In [8], Changyan integrates an auction model and Stackelberg game theory to deal with the different stage issues for spectrum sharing in CR networks. Game theory is adopted in [9] to reduce power waste caused by some cognitive users’ SINR over the target value. To maximize system utility in this paper, we perform spectrum allocation based on graph theory. However, the graph-theory-based allocation issue is a nondeterministic polynomial (NP) problem whose solution can be found in polynomial time on a non-deterministic machine. Intelligent optimization algorithms are effective methods to find a close-to-optimal solution for NP-hard issues.
In this paper, we adopt the ant colony optimization algorithm (ACO) for available licensed spectrum allocation. ACO [10] was first introduced by Dorigo in 1992, which is a popular means of dealing with assignment issues. The basic idea of ACO comes from the natural phenomena that ants can find the shortest path between nest and food efficiently due to their positive feedback attribute [11]. However, ACO is prone to being premature and stagnate when the problem scale is too big. These flaws would certainly drag the effectiveness of the algorithm down [12]. Based on the above, we design a novel spectrum allocation algorithm (IACO) based on ACO, which introduces the differential evolution (DE) [13] process to accelerates convergence speed by the monitoring mechanism, in addition, we employ a variable neighborhood search (VNS) process [14] to avoid falling into the local optimum. We can see from the simulation results that either the system utility or the other performance of IACO are greatly promoted.

2. System Model and Problem Formulation

In this framework, we consider the three matters of spectrum allocation issue as suggested in [15]: (a) possible interference to primary users; (b) collision with cognitive users; (c) system utility and the fairness of spectrum access. We build a graph-based mathematical model [16] to demonstrate the spectrum allocation problem, as shown in Figure 1, where P U i represents the primary user who has the authority using a certain licensed spectrum channel, and S U i denotes the cognitive user who can only access to ‘spectrum holes’ in an opportunistic manner. Each user has coverage area with radius d p , m or d n , m on channel m, where d p , m indicates the protection radius of the primary user p on channel m, whereas d n , m represents the interference radius of the cognitive user n with access to channel m. S U i cannot access the licensed band that overlays with S U i in some area to avoid interfering with primary user, meanwhile, any two cognitive users cannot use the same band if they overlap in some area to diminish collision with each other.
We define a graph G ( V , E ) , where V is a set of vertices representing the cognitive users that compete for the licensed spectrum, E is a set of undirected edges between vertices denoting interference between any two vertices. For any two vertices n , k V , an edge exists between n and k if c n , k , m = 1 . The existence of the edge depends on the interference constraint C (see Section 2.1).

2.1. Matrices for Spectrum Allocation

Matrices Definition (See Table 1).
Explanation for Matrices
  • Available matrix L. The matrix represents the availability of licensed bands for cognitive users. If l n , m = 1 , user n can access spectrum m without interference to primary users, otherwise l n , m = 0 . As shown in Figure 1, spectrum channel B is available for S U 1 , then l 1 , 2 = 1 .
  • Benefit matrix B. The matrix indicates the benefit that a cognitive user gets by successful access to a licensed spectrum band, where b n , m > 0 only if l n , m = 1 .
  • Interference matrix C. The three-axis matrix describes the interference relationship of any two vertices n and k when they access spectrum m. As shown in Figure 1, S U 3 and S U 4 overlap in some area, then c 3 , 4 , 1 = 1 , c 3 , 4 , 3 = 1 , c 3 , 4 , 4 = 1 .
  • Allocation matrix A. The matrix is a spectrum allocation result which is interference free. If a n , m = 1 , cognitive user n can access spectrum m and transmission data in this band. A conflict free allocation needs to satisfy the interference constraints: a n , m + a k , m 1 , if c n , k , m = 1 , n , k < N , m < M .
  • Degree matrix for cognitive users Z. The matrix represents the available spectrum number for each cognitive users. In Figure 1, z 1 = 2 , z 2 = 4 , z 3 = 4 , z 4 = 3 .
  • Degree ascending matrix K. The matrix is another representation of the available matrix, which incrementally orders the rows according to the degree matrix Z.

2.2. Problem Formulation and Measure Functions

Given the model above, we formulate the spectrum allocation problem by the following optimization function:
max A Λ n , m ( L , C ) n = 1 N m = 1 M a n , m × b n , m s . t . 1 n , k N , 1 m M a n , m + a k , m 1 , i f c n , k , m = 1 A = { a n , m } N × M L = { l n , m } N × M C = { c n , k , m } N × N × M
where Λ n , m ( L , C ) is the set of interference free spectrum assignments for a given set of N cognitive users and M spectrum bands and constraints C.
There is always more than one allocation solution that would satisfy all the constraints. In order to choose the optimum solution in terms of different applications and measure the algorithm thoroughly, we use three different measure functions that already exist in the literature [17] to evaluate the solution.
(1)
Max-Sum-Reward-Mean (MSRM): This function is used to measure the average of total spectrum utilization in the system, which is the average of the sum user rewards.
U m e a n = 1 n n = 1 N m = 1 M a n , m × b n , m
(2)
Max-Proportional-Fair (MPF): The function is to measure the fairness among cognitive users accessing the spectrum in the system, which is driven by m = 1 M a n , m × b n , m .
U f a i r = ( n = 1 N m = 1 M a n , m × b n , m + 10 4 ) 1 N
(3)
Max-Min-Reward (MMR): The function is to maximize the spectrum utilization at the bottleneck cognitive users who receive the lowest reward, which is a simple notion of fairness.
U m i n = min 1 n N ( m = 1 M a n , m × b n , m )

3. The IACO-Based Spectrum Allocation Method

3.1. The Basic Idea

In nature, ants usually find the shortest route paths from their nest to food efficiently even though obstacles exists in the path. It was found that there is an important medium used to communicate information among individuals regarding paths, and it is called the pheromone. On the one hand, a moving ant lays pheromone on the ground to mark the path, and the pheromone concentration on the path gets reinforced; on the other hand, the path with a greater concentration of pheromones will attract more ants to detect and select it with a greater probability. Based on the intelligence-ability of an ant colony, some scholars propose the ant colony optimization (ACO) algorithm and try to solve combinatorial optimization problems by mimicking the ants’ behavior [18].
ACO simulates the process of ants finding the shortest paths to obtain the close-to-optimal solution for NP-hard issues. The positive feedback mechanism is the drive of the algorithm, the process of which can be explained by two steps: first, each ant selects the path with the maximum pheromone concentration and releases its pheromone to this path while it moves; then, more ants are attracted to select the path. This not only accounts for the rapid discovery of good solutions but facilitates the process of finding the optimal solution.
However, ACO is slow to converge while problem scale is large, and also it is prone to be trapped in a local optimum in the later evolution. Based on these deficiencies of ACO, we design an improved ant colony optimization IACO for spectrum allocation, which employs DE and VNS for performance improvement. DE is a greedy genetic algorithm with retained thought, which evolves by mutation, crossover, and selection in the population. In this paper, we adopt DE to optimize the moving mode of the ants to improve the global convergence ability of the algorithm and maintain diversity of the population. Besides, VNS is a local search metaheuristic employing a set of neighborhood search methods to find the local optimum in each neighborhood iteratively and finally to reach the global optimum at the end. In this paper, we design a set of neighborhoods for VNS to improve the local searchability of the algorithm.

3.2. Transform for the Spectrum Allocation Problem

The graph-theoretic model based spectrum allocation problem is NP-hard, so we introduce the IACO to obtain the efficient assignment for cognitive users. We convert the assignment issue into the shortest paths finding in a special undirected graph using IACO, for example, the model in Figure 1 is transformed into an undirected graph (Figure 2d) by the transform process shown in Figure 2.
The transform process takes three steps: first, given the high computational complexity of resources allocation, IACO names only the non-zero elements in matrix K into binary sequences (the process of a to b in Figure 2); second, according to the row-major principle, we encode all letters into a row vector P = [ A , B , C , , L , M ] with the length of l that is the non-zero elements in K or K (the process of b to c in Figure 2); third, based on the row vector P, we transform the letters into vertices of a special undirected graph except for the starting point S S and the ending point E E (the process of c to d in Figure 2). The ants move back and forth between S S to E E in the special graph to obtain the shortest paths (the optimal assignment scheme).

3.3. Differential Evolution Process in IACO

DE generate new individuals by cooperation and competition among populations to guide the direction for optimization searching. It is operated by three stochastic steps: mutation and crossover as well as selection. The DE process in IACO with l-dimensional space, and N is the number of individuals. In IACO, we use DE to generate a new individual to optimize the convergence speed. Specifically, we use the following steps to get the new individual m i of generation i. Firstly, mutate the population to get the variant v i :
v i , j = x r 1 , j + K × ( x r 2 , j x r 3 , j )
where r 1 , r 2 , r 3 { 1 , 2 , , N } are three individuals randomly selected from current population, the mutation factor K is a real parameter in ( 0 , 1 ] . We choose D E / r a n d / 1 / b i n to mutation the population instead of D E / b e s t / 1 / b i n [19]. Next, crossover is applied to generate vector u i by crossing element x i and variant v i with a certain probability, which is used to increase the diversity of the trial vector u i , as shown:
u i , j = v i , j , r a n d ( j ) C R or j = r n b r ( i ) x i , j , otherwise
where r a n d ( i ) is a uniform random number in [ 0 , 1 ] , C R means crossover probability in [ 0 , 1 ] and r n b r ( i ) is a random quantity in 1 , 2 , , D . Finally, the new individual m i is selected from u i and x i based on the greedy thought, and the selection operation can be expressed as:
m i = u i , f ( u i ) < f ( x i ) x i , otherwise

3.4. Variable Neighborhood Search Process in IACO

The DE-based ACO is a good way for seeking large search spaces. On the other hand, the combined algorithm has a weakness in which it fails to intensify the search in the promising area. Thus, we use VNS to enhance the local searchability of the improved algorithm. The VNS process in IACO has l-dimensional solution space, and N s is the set of neighborhood space for solution s. The process of VNS for local search is shown as follows:
Construct the neighborhood N s . The main objective of the improved algorithm is to maximize the spectrum utilization. To achieve this we first randomly choose a user x i s , and get a benefit list L = ( b 1 x , b 2 x , , b m x ) according to matrix B, where m is the available channel number. Then, we assign the channel with the highest reward b i x to user x i . Using this procedure, a new set of neighborhoods is constructed. Local search. In order to search around the initial solution s, we construct the neighborhood N s for local search. If the neighborhood search obtains a better fitness value, then the initial solution s is replaced by N s . Finally, the global optimum with the highest system utility is obtained after finishing the local search.

3.5. The Process and Description of IACO

The process of IACO-based spectrum allocation is described as below (see Algorithm 1):
Step 1: Initialization. Generate the initial vector P i n i t i a l and initialize pheromone of each path with τ 0 (the edge between vertices is connected) or τ 1 (the edge between vertices is available). Set the maximum evolution time E m a x , the maximum evolution time with low convergence speed E c o n v e r g e n c e , the number of population N u m .
Step 2: Interference removal. The spectrum allocation scheme A must be interference free, and therefore A needs to satisfy the interference constraints from matrix C. Based on this, we would remove the interference-path to correct the solution. While A does not satisfy constraints defined by C, it is necessary to equiprobably set one value to 0.
Step 3: Fitness evaluation. Calculating fitness value is a way to convert binary sequence solutions into real space R, which can be expressed as: f R + . Get the best path sequence P b e s t and the highest fitness value f m a x .
Step 4: Monitor convergence rate. The monitoring mechanism is designed in IACO to detect the rate-of-change in fitness. If the growth rate stays slow and meets Equation (8) during Δ t , then turn to the 7th step to accelerate convergence speed of IACO by employing DE, otherwise, go to the 5th step for ACO traversing.
f = f ( x t + 2 × Δ t ) f ( x t + Δ t ) f ( x t + Δ t ) f ( x t ) < 1
where f ( x i ) is the fitness value of x i , Δ t is the evolution times, f indicates the rate-of-change.
Step 5: Ants traversal. All ants move back and forth between the starting point and the ending point. As described below in Figure 3, spectrum allocation can be seen as row traversal, where row and column represent cognitive users and bands, respectively. In this row traversal, if the available channel number z i > 0 and k i , j = 1 , then band j is available for user i, that is to say node i in column j is visitable for ants, otherwise the ants skip the node. Then the evolution time E = E + 1 .
(1)
Path selection. The transfer probability between node i and s in the choice process is presented as follows:
s = a r g max j a l l o w e d l { τ i , j α μ i , j β } , q q 0 J , q > q 0
where q 0 is a constant in the scope [ 0 , 1 ] , and J is a random variable generated by the following formula:
p i , s = τ i , s α μ i , s β max j a l l o w e d l τ i , j α μ i , j β , s a l l o w e d l 0 , s a l l o w e d l
where α and β are the weighted factor of information and expectation heuristic respectively. a l l o w e d l is the available node-set for ant l at node i, t a b u l is the infeasible node-set for ant l and it would be cleared after l finishes traversal.
(2)
Update pheromone. Using an elitist strategy to update pheromone. The pheromone concentration on path ( i , j ) is updated as the following rules:
τ i , j = ( 1 ρ ) × τ i , j + Δ τ i , j
Δ τ i , j = k = 1 m Δ τ i , j k
Δ τ i , j k = Q f m i n
where ρ ( 0 < ρ < 1 ) is the pheromone evaporation coefficient, 1 ρ is the residual factor of pheromone. Q is a constant of total pheromone released from all ants in each traversal, f m i n is the cost calculated by fitness function.
Step 6: Termination judgment. If reach the maximum iteration times E m a x , the solving process is over. Then map the best solution P b e s t to allocation matrix A. If E < E m a x and the convergence speed is slow and and satisfy E c o n v e r g e n c e , then go to the 7th step, otherwise, go to the 8th.
Step 7: Accelerate the convergence speed. Adopting DE to accelerate the global convergence speed by optimizing the searching mode of the ants and guaranteeing the diversity of the population. Initialize DE with the subpopulation of ACO, E c o n v e r g e n c e = E c o n v e r g e n c e + 1 .
Step 8: Local search. Employing VNS to improve the local searchability of the improved algorithm by searching around the initial solution.

3.6. Pseudocode of IACO

Algorithm 1: An Improved Ant Colony Optimization Algorithm
Algorithms 11 00016 i001

4. Simulation Results and Discussion

To validate the performance of the IACO, we compare IACO with the ACO, GA, and PSO [15] from four aspects: convergence speed, MSRM, MMR and MPF in this section. We use the topology structure of the cognitive radio system as suggested in [6]. The user nodes are randomly generated in the rectangle region of 10 × 10 . The number of primary users M is equal to orthogonal available spectrum number; the number of cognitive users is N.
Initialize IACO and ACO with α = 1 , β = 3 , ρ = 0.1 , τ 0 = 5 , τ 1 = 1 ; In GA, the crossover rate p c = 0.8 , mutation rate p m = 0.8 ; In PSO, two acceleration coefficients c 1 = c 2 = 2 , inertia weight ω = 0.5 , maximum speed v x = 4 . The population sizes are all N in IACO, ACO, PSO and GA, the maximum evolution generation is 200. The four algorithms use the same topology, the iteration times in the convergence experiment are 500 while others are 50, finally taking the mean of the result.
Experiment 1. 
Figure 4 shows the MSRM trend with the increasing times of iteration under M = 15 , N = 10 for different algorithms. In the first 50 iterations, GA is the slowest, ACO speeds up all the time but still inferior to PSO, and IACO is the best due to DE accelerating its convergence speed. At the later iteration, although PSO reaches the optimum firstly, its MSRM is lower than IACO; IACO has the highest MSRM in the end, because it adopts the VNS process to jump out of the local optimum.
Experiment 2. 
In this experiment, we show the MSRM, MPF and MMR trends with the increasing number of available licensed spectrum for different algorithms in Figure 5, Figure 6 and Figure 7, where the number of cognitive users is fixed on N = 15 . In Figure 5, Figure 6 and Figure 7, all curves increase all the time. It can be seen that, if M < N , MSRM grows quickly whereas MPF and MMR increase slowly because of the competition for access to spectrum in cognitive users. If M > N , with the increasing of licensed spectrum number, MPF and MMR grow rapidly. Also, IACO is the best all the time.
Finally, we fix the cognitive user on N = 5 , available spectrum M = 5 and use exhaustive method to obtain the optimal solution. The relative difference between each algorithm and the highest ideal value is obtained from r d = 1 b B , where b is the efficiency value of algorithms, B is the highest ideal value. This experiment is based on MSRM, MMR, MPF. As shown in Table 2, IACO is already close to the optimal value at the 100 iterations, only MPF has a slight relative difference. IACO has the advantage of convergence and can reach the optimal value quickly.

5. Conclusions

In this paper, we developed an efficient method IACO for available licensed spectrum allocation. The main target is to maximize the system utility by using IACO. In IACO, the monitoring mechanism detects the convergence speed for the algorithm to introduce DE in a timely manner. Besides, VNS is employed to help IACO get rid of the local optimum. Therefore, the new allocation algorithm IACO conquers the limits of ACO, and not only achieves high convergence speed but reduces the risk of trapping to the local maximum. The results show that the IACO-based spectrum allocation achieves the best performance in MSRM, MPF and MMR.

Acknowledgments

This work is supported by the Research Fund for Research of Method and Mechanism on Resisting Hole Attack for Wireless Sensor of China (Grant No. 61379110). This work is supported by the Fundamental Research Funds for the Central Universities of the Central South University (Grant No. 2017zzts733).

Author Contributions

L.L. and N.W. conceived and designed the experiments; N.W. performed the experiments; L.G. analyzed the data; Z.C. contributed reagents/materials/analysis tools; N.W. wrote the paper.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Zhang, D.; Chen, Z.; Awad, M.K.; Zhang, N.; Zhou, H.; Shen, X.S. Utility-Optimal Resource Management and Allocation Algorithm for Energy Harvesting Cognitive Radio Sensor Networks. IEEE J. Sel. Areas Commun. 2016, 34, 3552–3565. [Google Scholar] [CrossRef]
  2. Sharma, S.K.; Bogale, T.E.; Chatzinotas, S.; Ottersten, B.; Le, L.B.; Wang, X. Cognitive Radio Techniques Under Practical Imperfections: A Survey. IEEE Commun. Surv. Tutor. 2015, 17, 1858–1884. [Google Scholar] [CrossRef]
  3. Niyato, D.; Hossain, E. Cognitive radio for next-generation wireless networks: An approach to opportunistic channel selection in ieee 802.11-based wireless mesh. IEEE Wirel. Commun. 2009, 16, 46–54. [Google Scholar] [CrossRef]
  4. Akyildiz, I.F.; Lee, W.Y.; Vuran, M.C.; Mohanty, S. NeXt generation/dynamic spectrum access/cognitive radio wireless networks: A survey. Comput. Netw. 2006, 50, 2127–2159. [Google Scholar] [CrossRef]
  5. Zhang, D.; Chen, Z.; Ren, J.; Zhang, N.; Awad, M.K.; Zhou, H.; Shen, X.S. Energy-Harvesting-Aided Spectrum Sensing and Data Transmission in Heterogeneous Cognitive Radio Sensor Network. IEEE Trans. Veh. Technol. 2017, 66, 831–843. [Google Scholar] [CrossRef]
  6. Lu, L.; He, D.; Li, G.Y.; Yu, X. Graph-Based Robust Resource Allocation for Cognitive Radio Networks. IEEE Trans. Signal Process. 2015, 63, 3825–3836. [Google Scholar] [CrossRef]
  7. Jalaeian, B.; Zhu, R.; Samani, H.; Motani, M. An Optimal Cross-Layer Framework for Cognitive Radio Network Under Interference Temperature Model. IEEE Syst. J. 2016, 10, 293–301. [Google Scholar] [CrossRef]
  8. Yi, C.; Cai, J. Two-Stage Spectrum Sharing With Combinatorial Auction and Stackelberg Game in Recall-Based Cognitive Radio Networks. IEEE Trans. Commun. 2014, 62, 3740–3752. [Google Scholar] [CrossRef]
  9. Yang, G.; Li, B.; Tan, X.; Wang, X. Adaptive power control algorithm in cognitive radio based on game theory. IET Commun. 2015, 9, 1807–1811. [Google Scholar] [CrossRef]
  10. Dorigo, M.; Maniezzo, V.; Colorni, A. The Ant System: Optimization by a colony of cooperating agents. IEEE Trans. Syst. Man. Cybern. 1996, 26, 29–41. [Google Scholar] [CrossRef] [PubMed]
  11. Song, X.O. Utilization and Fairness in Spectrum Assignment for Cognitive Radio Networks: An Ant Colony Optimization’s Perspective. In Proceedings of the 2014 International Conference on Wireless Communication and Sensor Network, Wuhan, China, 13–14 December 2014; pp. 42–45. [Google Scholar]
  12. Luo, W.; Lin, D.; Feng, X. An Improved Ant Colony Optimization and Its Application on TSP Problem. In Proceedings of the 2016 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData), Chengdu, China, 15–18 December 2016; pp. 136–141. [Google Scholar]
  13. Li, H.; Zhang, L.; Jiao, Y. Discrete differential evolution algorithm for integer linear bilevel programming problems. J. Syst. Eng. Electron. 2016, 27, 912–919. [Google Scholar]
  14. Herremans, D.; Sörensen, K.; Martens, D. Classification and Generation of Composer-Specific Music Using Global Feature Models and Variable Neighborhood Search. Comput. Music J. 2015, 39, 71–91. [Google Scholar] [CrossRef]
  15. Zhao, Z.; Peng, Z.; Zheng, S.; Shang, J. Cognitive radio spectrum allocation using evolutionary algorithms. IEEE Trans. Wirel. Commun. 2009, 8, 4421–4425. [Google Scholar] [CrossRef]
  16. He, D. A Novel Spectrum Sensing Method in Cognitive Radio Networks Based on Graph Theory. In Proceedings of the 2015 IEEE Global Communications Conference (GLOBECOM), San Diego, CA, USA, 6–10 December 2015; pp. 1–6. [Google Scholar]
  17. Peng, C.; Zheng, H.; Zhao, B.Y. Utilization and Fairness in Spectrum Assignment for Opportunistic Spectrum Access; Springer: New York, NY, USA, 2006. [Google Scholar]
  18. Wajeed, M.A.; Adilakshmi, T. Adopting ant colony optimization for supervised text classification. In Proceedings of the 2016 International Conference on Advances in Computing, Communications and Informatics (ICACCI), Jaipur, India, 21–24 September 2016; pp. 2562–2566. [Google Scholar]
  19. Das, S.; Suganthan, P.N. Differential Evolution: A Survey of the State-of-the-Art. IEEE Trans. Evolut. Comput. 2011, 15, 4–31. [Google Scholar] [CrossRef]
Figure 1. Graph-based System Model.
Figure 1. Graph-based System Model.
Algorithms 11 00016 g001
Figure 2. Transform Process.
Figure 2. Transform Process.
Algorithms 11 00016 g002
Figure 3. The way of IACO for spectrum allocation.
Figure 3. The way of IACO for spectrum allocation.
Algorithms 11 00016 g003
Figure 4. The average system benefit with increasing of iterations.
Figure 4. The average system benefit with increasing of iterations.
Algorithms 11 00016 g004
Figure 5. MSRM change with N = 15 .
Figure 5. MSRM change with N = 15 .
Algorithms 11 00016 g005
Figure 6. MPF change with N = 15 .
Figure 6. MPF change with N = 15 .
Algorithms 11 00016 g006
Figure 7. MMR change with N = 15 .
Figure 7. MMR change with N = 15 .
Algorithms 11 00016 g007
Table 1. Matrices Definition.
Table 1. Matrices Definition.
Name of MatrixDefinition of Matrix
Available matrix L = { l n , m | l n , m { 0 , 1 } } N × M , 1 n N , 1 m M
Benefit matrix B = { b n , m | b n , m 0 } N × M , 1 n N , 1 m M
Interference matrix C = { c n , n , m | c n , n , m { 0 , 1 } } N × N × M , 1 n N , 1 m M
Allocation matrix A = { a n , m | a n , m { 0 , 1 } } N × M , 1 n N , 1 m M
Degree matrix for cognitive users Z = { z n | z n = { 0 , 1 , , M } } N , 1 n N
Degree ascending matrix K = { k n , m | k n , m { 0 , 1 } } N × M , 1 n N , 1 m M
Table 2. Optimal Value.
Table 2. Optimal Value.
IterationAlgorithmRelative Difference (%)
MSRMMMRMPF
30IACO0.3660.4471.711
ACO1.1441.6763.017
PSO0.3241.2752.083
GA1.0332.8763.496
100IACO000.013
ACO01.5142.504
PSO01.3090.952
GA0.4722.6663.224
200IACO000.012
ACO01.1772.299
PSO00.6160.564
GA0.0632.2822.71

Share and Cite

MDPI and ACS Style

Liu, L.; Wang, N.; Chen, Z.; Guo, L. A Novel Spectrum Scheduling Scheme with Ant Colony Optimization Algorithm. Algorithms 2018, 11, 16. https://doi.org/10.3390/a11020016

AMA Style

Liu L, Wang N, Chen Z, Guo L. A Novel Spectrum Scheduling Scheme with Ant Colony Optimization Algorithm. Algorithms. 2018; 11(2):16. https://doi.org/10.3390/a11020016

Chicago/Turabian Style

Liu, Liping, Ning Wang, Zhigang Chen, and Lin Guo. 2018. "A Novel Spectrum Scheduling Scheme with Ant Colony Optimization Algorithm" Algorithms 11, no. 2: 16. https://doi.org/10.3390/a11020016

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