The Application of an Improved Genetic Algorithm to Signal Acquisition

2014 ◽  
Vol 945-949 ◽  
pp. 2319-2322
Author(s):  
Min Shi ◽  
Cong Cong Tian ◽  
Qing Ming Yi ◽  
Song Li

The paper proposes an improved genetic algorithm which is applied to the problem of GPS signal acquisition.The improved genetic algorithm uses the small section method of the initial population, dynamic search range of parameter, and the adaptive crossover probability and mutation probability to search GPS signal parameters. Simulations and experiment results show that the improved genetic algorithm can search the signal parameters rapidly and precisely. The GPS signal acquisition performance is improved.

2013 ◽  
Vol 291-294 ◽  
pp. 2909-2912
Author(s):  
Min Shi ◽  
Cong Cong Tian ◽  
Qing Ming Yi

In order to solve the problem of GPS signal acquisition, an acquisition algorithm based on an improved genetic algorithm (IGA) is proposed in this paper. The IGA employs the technologies including the dynamic search range of parameter, the adaptive probabilities of crossover and mutation, and the small section method for generation of an initial population to search Doppler shift and code phase. Simulations and experiment results show that the proposed method can acquire the signal parameters precisely and rapidly. Consequently, the acquisition performance is improved.


2013 ◽  
Vol 333-335 ◽  
pp. 1256-1260
Author(s):  
Zhen Dong Li ◽  
Qi Yi Zhang

For the lack of crossover operation, from three aspects of crossover operation , systemically proposed one kind of improved Crossover operation of Genetic Algorithms, namely used a kind of new consistent Crossover Operator and determined which two individuals to be paired for crossover based on relevance index, which can enhance the algorithms global searching ability; Based on the concentrating degree of fitness, a kind of adaptive crossover probability can guarantee the population will not fall into a local optimal result. Simulation results show that: Compared with the traditional cross-adaptive genetic Algorithms and other adaptive genetic algorithm, the new algorithms convergence velocity and global searching ability are improved greatly, the average optimal results and the rate of converging to the optimal results are better.


2013 ◽  
Vol 365-366 ◽  
pp. 194-198 ◽  
Author(s):  
Mei Ni Guo

mprove the existing genetic algorithm, make the vehicle path planning problem solving can be higher quality and faster solution. The mathematic model for study of VRP with genetic algorithms was established. An improved genetic algorithm was proposed, which consist of a new method of initial population and partheno genetic algorithm revolution operation.Exploited Computer Aided Platform and Validated VRP by simulation software. Compared this improved genetic algorithm with the existing genetic algorithm and approximation algorithms through an example, convergence rate Much faster and the Optimal results from 117.0km Reduced to 107.8km,proved that this article improved genetic algorithm can be faster to reach an optimal solution. The results showed that the improved GA can keep the variety of cross and accelerate the search speed.


2019 ◽  
Vol 2019 ◽  
pp. 1-9 ◽  
Author(s):  
Chao Wang ◽  
Guangyuan Fu ◽  
Daqiao Zhang ◽  
Hongqiao Wang ◽  
Jiufen Zhao

Key ground targets and ground target attacking weapon types are complex and diverse; thus, the weapon-target allocation (WTA) problem has long been a great challenge but has not yet been adequately addressed. A timely and reasonable WTA scheme not only helps to seize a fleeting combat opportunity but also optimizes the use of weaponry resources to achieve maximum battlefield benefits at the lowest cost. In this study, we constructed a ground target attacking WTA (GTA-WTA) model and designed a genetic algorithm-based variable value control method to address the issue that some intelligent algorithms are too slow in resolving the problem of GTA-WTA due to the large scale of the problem or are unable to obtain a feasible solution. The proposed method narrows the search space and improves the search efficiency by constraining and controlling the variable value range of the individuals in the initial population and ensures the quality of the solution by improving the mutation strategy to expand the range of variables. The simulation results show that the improved genetic algorithm (GA) can effectively solve the large-scale GTA-WTA problem with good performance.


2013 ◽  
Vol 791-793 ◽  
pp. 1409-1414 ◽  
Author(s):  
Meng Wang ◽  
Kai Liu ◽  
Zhu Long Jiang

The battery quick exchange mode is an effective solution to resolve the battery charging problem of electric vehicle. For the electric vehicle battery distribution network with the battery quick exchange mode, the distribution model and algorithm are researched; the general mathematical model to take delivery of the vehicle routing problem with time window (VRP-SDPTW) is established. By analyzing the relationship between the main variables, structure priority function of the initial population, a new front crossover operator, swap mutation operator and reverse mutation operator are designed, and an improved genetic algorithm solving VRP-SDPTW is constructed. The algorithm could overcome the traditional genetic algorithm premature convergence defects. The example shows that the improved genetic algorithm can be effective in the short period of time to obtain the satisfactory solution of the VRP-SDPTW.


2014 ◽  
Vol 1030-1032 ◽  
pp. 1671-1675
Author(s):  
Yue Qiu ◽  
Jing Feng Zang

This paper puts forward an improved genetic scheduling algorithm in order to improve the execution efficiency of task scheduling of the heterogeneous multi-core processor system and give full play to its performance. The attribute values and the high value of tasks were introduced to structure the initial population, randomly selected a method with the 50% probability to sort for task of individuals of the population, thus to get high quality initial population and ensured the diversity of the population. The experimental results have shown that the performance of the improved algorithm was better than that of the traditional genetic algorithm and the HEFT algorithm. The execution time of tasks was reduced.


2014 ◽  
Vol 951 ◽  
pp. 274-277 ◽  
Author(s):  
Xu Sheng Gan ◽  
Can Yang ◽  
Hai Long Gao

To improve the optimization design of Radial Basis Function (RBF) neural network, a RBF neural network based on a hybrid Genetic Algorithm (GA) is proposed. First the hierarchical structure and adaptive crossover probability is introduced into the traditional GA algorithm for the improvement, and then the hybrid GA algorithm is used to optimize the structure and parameters of the network. The simulation indicates that the proposed model has a good modeling performance.


2013 ◽  
Vol 2013 ◽  
pp. 1-10
Author(s):  
Yunqing Rao ◽  
Dezhong Qi ◽  
Jinling Li

For the first time, an improved hierarchical genetic algorithm for sheet cutting problem which involvesncutting patterns formnon-identical parallel machines with process constraints has been proposed in the integrated cutting stock model. The objective of the cutting scheduling problem is minimizing the weighted completed time. A mathematical model for this problem is presented, an improved hierarchical genetic algorithm (ant colony—hierarchical genetic algorithm) is developed for better solution, and a hierarchical coding method is used based on the characteristics of the problem. Furthermore, to speed up convergence rates and resolve local convergence issues, a kind of adaptive crossover probability and mutation probability is used in this algorithm. The computational result and comparison prove that the presented approach is quite effective for the considered problem.


2015 ◽  
Vol 2015 ◽  
pp. 1-6 ◽  
Author(s):  
Yong Deng ◽  
Yang Liu ◽  
Deyun Zhou

A new initial population strategy has been developed to improve the genetic algorithm for solving the well-known combinatorial optimization problem, traveling salesman problem. Based on thek-means algorithm, we propose a strategy to restructure the traveling route by reconnecting each cluster. The clusters, which randomly disconnect a link to connect its neighbors, have been ranked in advance according to the distance among cluster centers, so that the initial population can be composed of the random traveling routes. This process isk-means initial population strategy. To test the performance of our strategy, a series of experiments on 14 different TSP examples selected from TSPLIB have been carried out. The results show that KIP can decrease best error value of random initial population strategy and greedy initial population strategy with the ratio of approximately between 29.15% and 37.87%, average error value between 25.16% and 34.39% in the same running time.


2012 ◽  
Vol 594-597 ◽  
pp. 1118-1122 ◽  
Author(s):  
Yong Ming Fu ◽  
Ling Yu

In order to solve the problem on sensor optimization placement in the structural health monitoring (SHM) field, a new sensor optimization method is proposed based on the modal assurance criterion (MAC) and the single parenthood genetic algorithm (SPGA). First, the required sensor numbers are obtained by using the step accumulating method. The SPGA is used to place sensors, in which the binary coding is adopted to realize the genetic manipulation through gene exchange, gene shift and gene inversion. Then, the method is further simplified and improved for higher computation efficiency. Where, neither the individual diversity of initial population nor the immature convergence problem is required. Finally, a numerical example of 61 truss frame structure is used to assess the robustness of the proposed method. The illustrated results show that the new method is better than the improved genetic algorithm and the step accumulating method in the search capacity, computational efficiency and reliability.


Sign in / Sign up

Export Citation Format

Share Document