简单遗传算法,simple genetic algorithm
1)simple genetic algorithm简单遗传算法
1.Aiming at the shortcoming that the simple genetic algorithm(SGA) is difficult to deal with premature and local convergence,this paper puts forward a novel adaptive genetic algorithm(AGA) that adaptively adjusts the crossover and mutation probability,and makes improvement on the coding mode、selection、crossover and mutation operators.针对简单遗传算法(SGA)存在早熟和易陷入局部最优的不足,提出了一种新的动态调整交叉概率和变异概率的自适应遗传算法(AGA),同时对简单遗传算法的编码方式、选择、交叉和变异算子均进行了一定的改进。
2.The INN′s parameters are optimized by using a simple genetic algorithm,which enhances the damage location identification accuracy effectively.采用简单遗传算法优化了集成神经网络的参数,有效地提高了集成神经网络进行损伤位置识别的精度。
3.Considering the parameter of inverse problems on seepage flow such as high computational cost,the optimization probability of crossover and mutation determinated difficultly,premature convergent,adaptive genetic algorithm is proposed to overcome the limitation of simple genetic algorithm.利用水头实测资料,以渗透系数为待反演的参数,在采用基本遗传算法进行参数反演研究的基础上,针对简单遗传算法难以确定交叉率和变异率的最佳值及计算量较大、易早熟等缺点,提出以自适应遗传算法来解决工程中的这类反演问题;为力求使改进的遗传算法计算量更小,收敛性更强,同时结合简单的二稳定渗流有限元算例,在相同的情况下分别用简单遗传算法和自适应遗传算法进行了反演计算。
英文短句/例句

1.Improved K-Means Algorithm Based on a Simple Genetic Algorithm一种基于简单遗传算法的K-Means改进算法
2.Effects of Random Number Generator Quality on Simple GA Performances随机数发生器质量对简单遗传算法性能的影响
3.Genetic Algorithm (GA) Simple Applies in the Straight Spur Gear Design遗传算法(GA)在直齿轮设计中简单应用
4.An Overview of the Modern Optimization Computing Method──-Genetic Algorithms;现代优化计算方法──遗传算法简介
5.Genetic algorithm (GA) has the virtue of simpleness, robustness and parallel in essence.遗传算法具有简单、鲁棒性好和本质并行的突出优点。
6.Compared with the standard GA and simulated annealing algorithm, simulation results show that chaos ant colony optimization is a simple and effective algorithm.与模拟退火算法、标准遗传算法进行比较,仿真结果表明该方法是一种简单有效的算法。
7.Rough Set Attribute Reduction Algorithm Based on Genetic Algorithm;基于遗传算法的粗糙集属性约简研究
8.Simplified Design of Rectangular Microstrip Antennas by Using Genetic Algorithm使用遗传算法简化设计矩形微带天线
9.Research on Property Mining Methods Based on Genetic Algorithm;基于遗传算法的属性约简算法研究与实现
10.A hybrid reduct algorithm based on attribute union and GA一种关系积和遗传算法相结合的属性约简算法
11.Global Geometry Optimization of Water Clusters Using a Single-parent Genetic Algorithm;单母体遗传算法优化水分子团簇结构
12.Study of TSP Based on Partheno-Genetic Algorithm;基于单亲遗传算法的TSP问题研究
13.Application of Partheno-Genertic Algorithm in Traveling Salesman Problem单亲遗传算法在TSP问题中的应用
14.GPS real time point positioning based on genetic algorithmGPS动态单点定位的遗传算法探究
15.Research on Rough Set Attribute Reduction Based on Genetic Algorithm;基于遗传算法的粗糙集属性约简方法研究
16.Research of Attribute Reduction Method Based on Heuristic Genetic Algorithm;基于启发式遗传算法的属性约简方法研究
17.The Sort Algorithm for the Air-compressor Blade Based on Simulated Annealing Partheno Genetic Algorithm基于退火单亲遗传算法的压气机叶片排序算法
18.Comparison and application of SCE-UA,genetic algorithm and simplex methodSCE-UA、遗传算法和单纯形优化算法的应用
相关短句/例句

simple genetic algorithms简单遗传算法
1.By considing the solution of the state equation,the paper discusses the connection between the mutation rate and the convergence property of the simple genetic algorithms(SGAs).本文主要目的在于通过对状态方程解的研究,讨论简单遗传算法中变异率的取值对算法收敛性态的影响,所得结果蕴含着“当变异算子的作用率很小时,算法收敛于早熟集的概率几近于1”的结论。
3)simple genetic algorthm (SGA)简单遗传算法(SGA)
4)Standard (SGA)简单遗传算法Standard Ga(SGA)
5)optimum maintaining simple genetic algorithm(OMSGA)最优保存简单遗传算法
6)Easy Modeling of Genetic Algorithm简单遗传算法模型
延伸阅读

数值遗传算法分子式:CAS号:性质:基于自然界生物进化机制的一种全局最优化方法。在遗传算法中,被研究体系的响应曲面看作为一个群体,响应曲面上的每一个点作为群体中的一个个体,个体用多维向量或矩阵来描述,组成矩阵的和向量的参数(元素)相应于生物中组成染色体的基因。染色体用固定长度的二进制位串(bit string)表示。通过交换(染色体基因交换)、突变(改变染色体基因)等遗传操作,在参数的一定范围内进行随机搜索,不断改善数据结构,构造出不同的向量,相当于得到了被研究问题的不同的解(一个个体相当于一个解)。目标函数较优的点被保留,较差的点被淘汰,最后达到全局最优化。