遗传算法(GA),genetic algorithm(GA)
1)genetic algorithm(GA)遗传算法(GA)
英文短句/例句

1.Genetic Algorithm (GA) Simple Applies in the Straight Spur Gear Design遗传算法(GA)在直齿轮设计中简单应用
2.Study of the Optimizing of Distribution Routing Problem Based on Genetic Algorithm;基于遗传算法(GA)的配送路径优化问题研究
3.Development of Real-time Vehicle Scheduling System Based on Cellular Genetic Algorithm;遗传算法(GA)在实时配送计划系统中的应用
4.A genetic algorithm methodology for optimized harvesting sequence of sugarcane基于遗传算法(GA)解甘蔗收割顺序最优化问题的研究
5.The Optimization Calculation Based On MATLAB Genetic Algorithm Toolbox (GA Toolbox);基于MATLAB平台的遗传算法工具箱(GA Toolbox)的优化计算
6.Application of the improved spanning-tree genetic algorighm in multi-objective transportation problem改进ST-GA遗传算法在多目标运输问题中的应用
7.Genetic Algorithm Survey and Development of Toolbox of Genetic Algorithm;遗传算法研究及遗传算法工具箱开发
8.Research on Fitness Landscapes of Genetic Algorithms and GA-hardness;遗传算法适应值曲面及遗传算法困难度分析
9.Application of parallel and hierarchical genetic algorithms and genetic complex method algorithm分层并行遗传算法和遗传复合形算法及其应用
10.Optimization Combination Genetic Algorithm Based on Matrix Genetic Operator一种基于矩阵遗传算子的优化组合遗传算法
11.MPPT Algorithm Based on Genetic Algorithm with Perturbation and Observation Control基于遗传算法和扰动观察法的MPPT算法
12.Operator Selection and Computational Efficiency Analysis on Genetic Algorithm选择算子与遗传算法的计算效率分析
13.Research on QoS Multicast Routing Algorithm Based on Genetic Algorithm;基于遗传算法的QoS组播路由算法研究
14.QoS Multicast Routing Based on Immune Genetic Algorithm;基于免疫遗传算法的QoS组播路由算法
15.QoS Routing Algorithm Based on Genetic Algorithm Optimization Study;基于遗传算法优化QoS路由算法的研究
16.Multiple Sequence Alignment Using Genetic Algorithm;基于遗传算法的多序列比对算法研究
17.Research on Genetic Algorithms for Multi-Objective Optimization Algorithms;基于遗传算法的多目标优化算法研究
18.GA-Based Algorithm for QoS Based Multicast Routing;基于遗传算法的QoS组播路由算法
相关短句/例句

Genetic algorithm (GA)遗传算法(GA)
3)Genetic algorithm遗传算法(GA)
1.The algorithm can be used to obtain the global optimization of the scheduling plan in efficiency with the versatile combination of normal genetic algorithm,heuristic scheduling, and evaluation algorithm.提出一种基于遗传算法(GA)进行生产调度优化的算法,该算法通过GA、启发式调度以及评价算法的有机结合,在调度效率较高的情况下,实现调度方案的全局优化。
2.The methodology based on Genetic Algorithm (GA) was used to qualitatively analyze the determinant variables of planting mode to obtain optimized combination harvest sequence, harvest time and area of different planting methods under several setted planting mode transitions.本研究以已建立的栽培方法、收割时期预测甘蔗单产和含糖量的数学模型为基础,提出将寻求最佳收割顺序、收割期归结为最优化组合问题,并探讨了遗传算法(GA)的解题适用性,同时进行了几种基本设定的栽培方法推移、栽培方法构成项量、行列式特性的定性分析,为求最佳的甘蔗收割顺序、收割期、不同栽培方法的面积等提供解析方法。
4)genetic algorithms(GA)遗传算法(GA)
5)genetic algorithms遗传算法(GA)
6)Genetic AlgorithmGA遗传算法
延伸阅读

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