1) Improved Generalized Genetic Algorithm
改进广义遗传算法
2) Generalized genetic algorithm
广义遗传算法
1.
Real coding based generalized genetic algorithm and its application in optimization problems;
基于实数编码的广义遗传算法及其在优化问题中的应用
2.
In the paper,a novel supply chain optimization model is proposed,and generalized genetic algorithm embedded particular evaluative rules is built to deal with it,the novel method overcomes the local convergence of GA and improves its global research ability.
供应链优化研究是供应链管理中的一个重要问题,也是一个难题,针对该问题,提出了一个新型供应链优化模型,并且构造了广义遗传算法对其求解,该算法融入了特殊的演化规则,克服了遗传算法局部收敛的缺陷,提高了全局收敛的能力,实验表明对供应链优化问题的求解,广义遗传算法优于传统的遗传算法和分枝界定法。
3.
A systematic research is made on the basic theory and operation procedures of classical genetic algorithm,some of principal wrongs in the classical genetic algorithm are corrected,and a rational theory and computation frame of genetic algorithm named as generalized genetic algorithm is established.
对经典遗传算法的理论基础和操作程序进入了深入的剖析,纠正了其中的几项原则性错误,通过引入一些新的概念和算子,建立了系统的遗传算法理论和相应的算法结构,并将其定义为广义遗传算法。
3) Improved genetic algorithm
改进遗传算法
1.
Fuzzy robust optimization design of discrete tolerance based on improved genetic algorithm;
基于改进遗传算法的离散公差模糊稳健优化设计
2.
Optimization of operation parameters in waterflooding system based on improved genetic algorithm;
基于改进遗传算法的注水系统运行参数优化
3.
Design of arm on down-hole drill based on improved genetic algorithm;
基于改进遗传算法的潜孔钻机钻臂设计计算
4) advanced genetic algorithm
改进遗传算法
1.
An Application of Advanced Genetic Algorithm in TSP;
改进遗传算法在TSP中的应用
2.
This paper introduces an advanced genetic algorithm for single-objective optimal models on the basis of optimal models for production composition of natural gas development programming.
在气田开发规划产量构成优化模型的基础上,引入一种单目标模型的改进遗传算法,把无约束优化中的直接解法Powell方法作为一个与选择、交叉和变异平行的算子嵌入到基本遗传算法中;并利用了一种新的退火精确罚函数法处理约束条件,运用MATLAB6。
3.
A mathematical formulation is proposed based on the advanced genetic algorithm of controlling generating units from the viewpoint of generation companies.
针对这种情况,从发电厂的角度,结合电力市场运营实际和时段负荷经济方法,运用经济学领域的边际分析理论[1],提出了以利润最大为目标函数的优化火电机组启停的改进遗传算法。
5) modified genetic algorithm
改进遗传算法
1.
Dynamic identification based on Morlet wavelet transform and modified genetic algorithm
基于Morlet小波变换和改进遗传算法的动态识别
2.
For the multiple projects scheduling problem,a modified genetic algorithm with schedule generation scheme is put forward based on other researchers effective meta-heuristic approaches.
针对资源约束下的多项目调度问题,在前人提出的有效的启发式算法研究路径基础上,本文利用遗传算法,结合进度生成机制,提出了多项目调度的改进遗传算法。
3.
A method based on modified genetic algorithm for optimization of block erection process is proposed.
首先对分段装配过程所涉及的工艺约束、分段制造车间生产能力以及分段储备量进行分析,建立在给定船坞周期条件下实现分段储备成本最小的目标函数;然后提出一种适合此类问题的改进遗传算法(Modified Genetic Algorithm,MGA)来求解装配顺序,从而获得全局最优解或者次优解。
6) improved genetic algorithms
改进的遗传算法
1.
In this paper, the simple genetic algorithms are improved, the numerical model of electromagnetic wave with simple hole is reproducted to holographic image by using the improved genetic algorithms( IGAs).
对基本遗传算法进行了改进,并运用改进的遗传算法对单孔电磁波法的数值模型进行了全息重现,计算结果与实际模型非常接近,表明改进的遗传算法能够很好地解决反演问题,同时也说明改进的遗传算法在反演问题中有着非常广阔的应用前景。
2.
A new approach based on the detected position and the improved genetic algorithms is developed,namely the two stage method.
第一阶段:应用静应变残差进行损伤定位;第二阶段:基于已经识别出的损伤位置,利用改进的遗传算法进行损伤程度的标定。
补充资料:数值遗传算法
分子式:
CAS号:
性质:基于自然界生物进化机制的一种全局最优化方法。在遗传算法中,被研究体系的响应曲面看作为一个群体,响应曲面上的每一个点作为群体中的一个个体,个体用多维向量或矩阵来描述,组成矩阵的和向量的参数(元素)相应于生物中组成染色体的基因。染色体用固定长度的二进制位串(bit string)表示。通过交换(染色体基因交换)、突变(改变染色体基因)等遗传操作,在参数的一定范围内进行随机搜索,不断改善数据结构,构造出不同的向量,相当于得到了被研究问题的不同的解(一个个体相当于一个解)。目标函数较优的点被保留,较差的点被淘汰,最后达到全局最优化。
CAS号:
性质:基于自然界生物进化机制的一种全局最优化方法。在遗传算法中,被研究体系的响应曲面看作为一个群体,响应曲面上的每一个点作为群体中的一个个体,个体用多维向量或矩阵来描述,组成矩阵的和向量的参数(元素)相应于生物中组成染色体的基因。染色体用固定长度的二进制位串(bit string)表示。通过交换(染色体基因交换)、突变(改变染色体基因)等遗传操作,在参数的一定范围内进行随机搜索,不断改善数据结构,构造出不同的向量,相当于得到了被研究问题的不同的解(一个个体相当于一个解)。目标函数较优的点被保留,较差的点被淘汰,最后达到全局最优化。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条