说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 浮点数遗传算法
1)  float genetic algorithms
浮点数遗传算法
2)  float-encoded genetic algorithm
浮点数编码遗传算法
3)  floating Genetic Algorithm
浮点遗传算法
1.
The Application of floating Genetic Algorithms to Solving Non-linear equation groups;
浮点遗传算法在非线性方程组求解中的应用
2.
In the light of the contradiction between the convergence speed and accuracy caused by the string length of the binary encoding when the range of the variables increases in the process modelling of fermentation of glutamic acid, a new improved GA_floating genetic algorithm is discussed.
针对谷氨酸发酵过程建模中变量取值范围扩大时,二进制遗传算法存在收敛速度和精度的矛盾,研究了改进的浮点遗传算法。
4)  float-point genetic algorithm
浮点遗传算法
1.
To improve the speed and precision of reaching optimal solutions,a new crossover operator based on the generation number and individual fitness was introduced for the float-point genetic algorithm.
为了提高浮点遗传算法在优化问题时的收敛速度与求解精度,提出了一种基于进化代数和个体适应值的杂交算子,该算子根据每代个体的适应度与进化代数的变化情况自适应调整交叉操作。
5)  floating-point genetic algorithm
浮点式遗传算法
1.
Furthermore, the improved BP (Back Propagation) algorithm and floating-point genetic algorithm are respectively employed to train the weights of networks.
辨识结构采用串并联形式,并分别使用改进BP算法和浮点式遗传算法进行了网络的训练。
6)  float-point genetic algorithms
浮点遗传算法
补充资料:浮点数标准


浮点数标准
floating-point number standard

  诞生后的很长一段时间里,由于没有统一的浮点标准,不同系列的计算机采用各不相同的浮点表示形式,给数值计算和软件移植带来了困难。考虑到徽处理器性能的不断提高和计算机应用的进一步普及,IEEE(电气和电子工程师协会)在80年代制定浮点标准,成为所有微处理器遵循的二进制浮点算术运算标准,即IEEE754标准(IEEE的另一个854标准主要针对十进制浮点运算,儿乎很少被使用)。 IEEE754标准于1985年3月获IEEE标准委员会批准,同年7月成为ANSI(美国国家标准学会)标准。标准的内容包括浮点数的表示形式、浮点操作的类型和定义、舍入方式、例外处理方法等。这里主要介绍浮点数的表示形式。 IEEE 754主要定义了单精度(32位)和双精度(64位)两种基本格式,以及扩充单精度和扩充双精度两种扩充格式,但对扩充精度仅指定了对精度的最低要求。计算机系统可以用硬件、软件或硬、软件结合的方式实现IEEE 754标准或标准的主要部分,且任何实现都必须至少包括单精度浮点格式。 在IEEE754的浮点格式中,尾数用原码表示,指数用增码表示,各种格式的有关参数见表1。 表1 IEEE754标准定义的浮点格式参数┌────┬───┬─────┬────┬─────┐│参数 │单精度│扩充单 │双精度 │扩充双 ││ │ │精度 │ │精度 │├────┼───┼─────┼────┼─────┤│表示 │24 │异32 │53 │》64 ││精度/位 │ │ │ │ │├────┼───┼─────┼────┼─────┤│最大指数│+127 │)+1 023 │+1 023 │)+16 383 │├────┼───┼─────┼────┼─────┤│最小指数│一126 │簇一1 022 │一1 022 │镇一16 382│├────┼───┼─────┼────┼─────┤│指数偏置│+127 │未指定 │+1 023 │未指定 │├────┼───┼─────┼────┼─────┤│指数部分│8 │妻11 │1l │)15 ││位数 │ │ │ │ │├────┼───┼─────┼────┼─────┤│格式总 │32 │妻43 │64 │)79 ││位数 │ │ │ │ │└────┴───┴─────┴────┴─────┘ 基本格式由1位符号:、指数部分e和小数部分f组成,如图1所示。对单精度数,。,f分别是8位和23位;对双精度数,。,f分别是n位和52位。左边是最高位。此格式表示的数X的值v由如下规则确定。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条